summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_services_account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp
index d2106a884..dc10d9408 100644
--- a/src/modules/m_services_account.cpp
+++ b/src/modules/m_services_account.cpp
@@ -303,7 +303,7 @@ class ModuleServicesAccount : public Module
{
text = new std::string(extdata);
// atheme puts a space on this at logout, trim it
- trim(text);
+ trim(*text);
dest->Extend("accountname", text);
}
}