fix issue where SIGTERM or SIGINT was not properly stopping the process;

pull/63/head
Bryan Biedenkapp 2 years ago
parent 9205f514a1
commit fb0bb665eb

@ -1206,10 +1206,8 @@ int Host::run()
}
hasTxShutdown = true;
if (!m_modem->hasTX()) {
killed = true;
}
}
m_modeTimer.clock(ms);
@ -1816,7 +1814,6 @@ void* Host::threadPresence(void* arg)
StopWatch stopWatch;
stopWatch.start();
LogDebug(LOG_HOST, "started presence notifier");
while (!g_killed) {
// scope is intentional
{

Loading…
Cancel
Save

Powered by TurnKey Linux.