mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-22 04:11:39 -05:00
Link at startup properly.
This commit is contained in:
parent
60fe784854
commit
820fd5471a
@ -214,6 +214,10 @@ void CP25Gateway::run()
|
|||||||
pollTimer.start();
|
pollTimer.start();
|
||||||
lostTimer.start();
|
lostTimer.start();
|
||||||
|
|
||||||
|
remoteNetwork->writePoll(currentAddr, currentPort);
|
||||||
|
remoteNetwork->writePoll(currentAddr, currentPort);
|
||||||
|
remoteNetwork->writePoll(currentAddr, currentPort);
|
||||||
|
|
||||||
LogMessage("Linked at startup to reflector %u", currentId);
|
LogMessage("Linked at startup to reflector %u", currentId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user