Viewer counter fix
This commit is contained in:
parent
d695b4e5a6
commit
7b8497603e
1 changed files with 6 additions and 0 deletions
|
@ -724,6 +724,12 @@ void Controller::statSession::ping(const Controller::sessIndex & index, unsigned
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tracked = false;
|
tracked = false;
|
||||||
|
firstActive = 0;
|
||||||
|
firstSec = 0xFFFFFFFFFFFFFFFFull;
|
||||||
|
lastSec = 0;
|
||||||
|
wipedUp = 0;
|
||||||
|
wipedDown = 0;
|
||||||
|
oldConns.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue