diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-26 19:53:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-26 19:53:22 +0000 |
commit | 069979c86b8478a3ee8149e5b99d9c0936294e1d (patch) | |
tree | 7924984024a321bf1b4ca903234b5198462d160c | |
parent | 96cb611e14dab99d8b9b07f772e9c7962fcda0df (diff) |
Fix a silly whoopsie
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9040 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 1 |
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 |