From 069979c86b8478a3ee8149e5b99d9c0936294e1d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Feb 2008 19:53:22 +0000 Subject: [PATCH] Fix a silly whoopsie git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9040 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5