X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspircd.cpp;h=463f9d82fdcbc130a85131d0005c4aa61c79b84f;hb=546534d98ee6319453f5cab488241ba0f2525e4e;hp=5cd2bab4ad0b193b11fa6f62662f897afb4d1998;hpb=636a52312b9ba4c5ffc886c7bdba14bd76726976;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5cd2bab4a..463f9d82f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -622,7 +622,7 @@ InspIRCd::InspIRCd(int argc, char** argv) /* During startup we don't actually initialize this * in the thread engine. */ - this->ConfigThread = new ConfigReaderThread(this, true, NULL); + this->ConfigThread = new ConfigReaderThread(this, true, ""); ConfigThread->Run(); delete ConfigThread; this->ConfigThread = NULL;