mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Buying Jon a dictionary for Xmas ;)
This commit is contained in:
parent
3f2e0c1960
commit
22a85b1455
|
|
@ -133,7 +133,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
|||
|
||||
unsigned int id = lc->getSrcId();
|
||||
if (!validateId(id)) {
|
||||
LogMessage("DMR Slot %u, invalid access atempt from %u", m_slotNo, id);
|
||||
LogMessage("DMR Slot %u, invalid access attempt from %u", m_slotNo, id);
|
||||
delete lc;
|
||||
return;
|
||||
}
|
||||
|
|
@ -248,7 +248,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
|||
unsigned int dstId = dataHeader.getDstId();
|
||||
|
||||
if (!validateId(srcId)) {
|
||||
LogMessage("DMR Slot %u, invalid access atempt from %u", m_slotNo, srcId);
|
||||
LogMessage("DMR Slot %u, invalid access attempt from %u", m_slotNo, srcId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -306,7 +306,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
|||
unsigned int dstId = csbk.getDstId();
|
||||
|
||||
if (!validateId(srcId)) {
|
||||
LogMessage("DMR Slot %u, invalid access atempt from %u", m_slotNo, srcId);
|
||||
LogMessage("DMR Slot %u, invalid access attempt from %u", m_slotNo, srcId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -454,7 +454,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
|||
if (lc != NULL) {
|
||||
unsigned int id = lc->getSrcId();
|
||||
if (!validateId(id)) {
|
||||
LogMessage("DMR Slot %u, invalid access atempt from %u", m_slotNo, id);
|
||||
LogMessage("DMR Slot %u, invalid access attempt from %u", m_slotNo, id);
|
||||
delete lc;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue