fix missing return true for network EA;

3.0-rcon_maint
Bryan Biedenkapp 3 years ago
parent 04736490a9
commit 92b8897151

@ -857,6 +857,7 @@ bool Trunk::processNetwork(uint8_t* data, uint32_t len, lc::LC& control, data::L
LogMessage(LOG_NET, P25_TSDU_STR ", TSBK_ISP_EMERG_ALRM_REQ (Emergency Alarm Request), srcId = %u, dstId = %u",
srcId, dstId);
}
return true; // don't allow this to write to the air
}
}
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.