summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 47c47dbeb..1681df2b5 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -647,6 +647,7 @@ int InspIRCd::Run()
* until the other thread is completed.
*/
delete ConfigThread;
+ ConfigThread = NULL;
/* These are currently not known to be threadsafe, so they are executed outside
* of the thread. It would be pretty simple to move them to the thread Run method