Viewer counter fix
This commit is contained in:
parent
251dc5f171
commit
0d9ff7da2e
1 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue