Small fixes.

This commit is contained in:
Jonathan Naylor
2018-02-20 20:31:26 +00:00
parent 8290db81fd
commit 4b2df6150f
2 changed files with 5 additions and 14 deletions

View File

@@ -773,8 +773,8 @@ void CNXDNControl::writeNetwork()
m_netFrames = 1U;
m_netLost = 0U;
} else {
m_netFrames++;
CUtils::dump(2U, "NXDN, interesting non superblock network frame", netData, 33U);
return;
}
} else {
if (m_netState == RS_NET_IDLE) {