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:
w00t 2008-04-06 20:17:42 +00:00
parent 8a3695e4b0
commit 13506f0c37

View File

@ -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;