A number of major and minor fixes.

This commit is contained in:
Jonathan Naylor
2018-03-27 08:13:54 +01:00
parent 7a36995e81
commit 7f0b9aae89
15 changed files with 120 additions and 108 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ unsigned int CNXDNNetwork::read(unsigned char* data, unsigned int length, in_add
if (::memcmp(data, "NXDN", 4U) != 0)
return 0U;
if (len != 15 && len != 43)
if (len != 17 && len != 43)
return 0U;
if (m_debug)