Handle unknown CSBKs better.

This commit is contained in:
Jonathan Naylor 2016-11-04 08:25:48 +00:00 committed by GitHub
parent 9238d74082
commit 410098959d

View file

@ -96,7 +96,9 @@ bool CDMRCSBK::put(const unsigned char* bytes)
default:
CUtils::dump("Unhandled CSBK type", m_data, 12U);
return false;
m_srcId = 0U;
m_dstId = 0U;
return true;
}
return true;