mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-21 06:03:58 +00:00
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…
Add table
Add a link
Reference in a new issue