mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-02-07 07:44:26 +01:00
Don't have the inactivity timer on a non-revertible startup reflector.
This commit is contained in:
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…
Reference in a new issue