DMRDirectNetwork: start timeoutTimer on open()

without this, if master server is unavailable (for example, ip address changed),
MMDVMHost will try send RPTL forever and will never try to re-open network
This commit is contained in:
Stefan Saraev 2021-03-12 12:21:37 +02:00
parent 79fc7623dc
commit d8a9cc826a

View file

@ -130,7 +130,7 @@ bool CDMRDirectNetwork::open()
LogMessage("Opening DMR Network");
m_status = WAITING_CONNECT;
m_timeoutTimer.stop();
m_timeoutTimer.start();
m_retryTimer.start();
return true;