mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Initialise var (another valgrind warning)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9386 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
8a3695e4b0
commit
13506f0c37
@ -70,7 +70,7 @@ TreeServer::TreeServer(SpanningTreeUtilities* Util, InspIRCd* Instance, std::str
|
||||
ServerUserCount = ServerOperCount = 0;
|
||||
this->SetNextPingTime(time(NULL) + Utils->PingFreq);
|
||||
this->SetPingFlag();
|
||||
DupError = false;
|
||||
Warned = DupError = false;
|
||||
StartBurst = rtt = 0;
|
||||
|
||||
timeval t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user