1
0
Fork 0

Don't have the inactivity timer on a non-revertible startup reflector.

ycs232-kbc
Jonathan Naylor 7 years ago
parent d3b27585e3
commit d6c3f0fe32

@ -231,7 +231,9 @@ int CYSFGateway::run()
m_netNetwork->writePoll();
m_netNetwork->writePoll();
inactivityTimer.start();
if (!revert)
inactivityTimer.start();
lostTimer.start();
pollTimer.start();

Loading…
Cancel
Save