diff options
| author | 2008-02-24 19:04:13 +0000 | |
|---|---|---|
| committer | 2008-02-24 19:04:13 +0000 | |
| commit | 1deb30602a6b68b857f64763351fac63032c22ff (patch) | |
| tree | b249e0c3f020713334bd3ad492f3ea3764fb98c3 /src/configreader.cpp | |
| parent | Remove annoying debug (diff) | |
Yay, local /rehash is now fixed :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9028 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index a34713279..11c74f88c 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -2193,5 +2193,8 @@ void ConfigReaderThread::Run() { /* TODO: TheUser may be invalid by the time we get here! Check its validity, or pass a UID would be better */ ServerInstance->Config->Read(do_bail, TheUser); + ServerInstance->Threads->Mutex(true); + this->SetExitFlag(); + ServerInstance->Threads->Mutex(false); } |
