Don't have the inactivity timer on a non-revertible startup reflector.
This commit is contained in:
parent
d3b27585e3
commit
d6c3f0fe32
1 changed files with 3 additions and 1 deletions
|
@ -231,7 +231,9 @@ int CYSFGateway::run()
|
|||
m_netNetwork->writePoll();
|
||||
m_netNetwork->writePoll();
|
||||
|
||||
inactivityTimer.start();
|
||||
if (!revert)
|
||||
inactivityTimer.start();
|
||||
|
||||
lostTimer.start();
|
||||
pollTimer.start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue