diff --git a/src/controller/controller_statistics.cpp b/src/controller/controller_statistics.cpp index 438b4d32..72bbbf2b 100644 --- a/src/controller/controller_statistics.cpp +++ b/src/controller/controller_statistics.cpp @@ -341,6 +341,12 @@ void Controller::statSession::ping(const Controller::sessIndex & index, unsigned if (duration < 1){duration = 1;} Controller::logAccess("", index.streamName, index.connector, index.host, duration, getUp(), getDown(), ""); tracked = false; + firstActive = 0; + firstSec = 0xFFFFFFFFFFFFFFFFull; + lastSec = 0; + wipedUp = 0; + wipedDown = 0; + oldConns.clear(); } }