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

This commit is contained in:
Jonathan Naylor 2017-05-01 15:47:11 +01:00
parent d3b27585e3
commit d6c3f0fe32

View file

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