summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 1c82b7387..617d5fdd5 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -585,6 +585,11 @@ bool DoneConnect(ServerConfig *conf, const char*)
{
User *u = *n;
+ /*
+ * Make their existing class go away so that SetClass doesn't touch a wild ptr, important!
+ */
+ u->MyClass = NULL;
+
u->SetClass();
/*