diff options
| author | 2013-03-24 20:20:19 +0100 | |
|---|---|---|
| committer | 2013-03-24 20:20:19 +0100 | |
| commit | f2a5fa58edb13ad70764ecd8c5d52041b8b6eed0 (patch) | |
| tree | 52d39c11dcdcff71dde38160f9ce7f94e3d81ae3 /src/inspircd.cpp | |
| parent | m_timedbans Notice halfops and above when a timed ban is placed (diff) | |
| download | inspircd++-f2a5fa58edb13ad70764ecd8c5d52041b8b6eed0.tar.gz inspircd++-f2a5fa58edb13ad70764ecd8c5d52041b8b6eed0.tar.bz2 inspircd++-f2a5fa58edb13ad70764ecd8c5d52041b8b6eed0.zip | |
Initialize the FakeClient pointer in InspIRCd::InspIRCd()
Diffstat (limited to 'src/inspircd.cpp')
| -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; |
