Viewer counter fix

This commit is contained in:
Thulinma 2018-11-13 16:48:20 +01:00
parent 251dc5f171
commit 0d9ff7da2e

View file

@ -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();
}
}