]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Initialize the FakeClient pointer in InspIRCd::InspIRCd()
authorattilamolnar <attilamolnar@hush.com>
Sun, 24 Mar 2013 19:20:19 +0000 (20:20 +0100)
committerattilamolnar <attilamolnar@hush.com>
Sun, 24 Mar 2013 19:20:19 +0000 (20:20 +0100)
src/inspircd.cpp

index 36acf65cdbd11556ae3028e9ffaa2b1de2071802..9c13887a1c4cbf2591415c381101d9f9df8cf197 100644 (file)
@@ -355,6 +355,7 @@ InspIRCd::InspIRCd(int argc, char** argv) :
        this->Modes = 0;
        this->Res = 0;
        this->ConfigThread = NULL;
+       this->FakeClient = NULL;
 
        UpdateTime();
        this->startup_time = TIME.tv_sec;