diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-03-24 20:20:19 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-03-24 20:20:19 +0100 |
commit | f2a5fa58edb13ad70764ecd8c5d52041b8b6eed0 (patch) | |
tree | 52d39c11dcdcff71dde38160f9ce7f94e3d81ae3 | |
parent | 5513496d5f01278221d7de5e3bf6b3f25b66c0d0 (diff) |
Initialize the FakeClient pointer in InspIRCd::InspIRCd()
-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 36acf65cd..9c13887a1 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -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; |