Handle unknown CSBKs better.
This commit is contained in:
parent
9238d74082
commit
410098959d
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ bool CDMRCSBK::put(const unsigned char* bytes)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
CUtils::dump("Unhandled CSBK type", m_data, 12U);
|
CUtils::dump("Unhandled CSBK type", m_data, 12U);
|
||||||
return false;
|
m_srcId = 0U;
|
||||||
|
m_dstId = 0U;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue