properly set CC running flag for NXDN;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 6193a20261
commit 4efbc6016a

@ -615,6 +615,10 @@ int Host::run()
nxdnDumpRcchData, nxdnDebug, nxdnVerbose);
nxdn->setOptions(m_conf, m_cwCallsign, m_voiceChNo, m_siteId, m_channelId, m_channelNo, true);
if (nxdnCtrlChannel) {
nxdn->setCCRunning(true);
}
if (nxdnVerbose) {
LogInfo(" Verbose: yes");
}

Loading…
Cancel
Save

Powered by TurnKey Linux.