Viewer counter fix

This commit is contained in:
Thulinma 2018-11-13 02:50:21 +01:00
parent d695b4e5a6
commit 7b8497603e

View file

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