Fixed minor bug in simplified code.

This commit is contained in:
Jonathan Naylor
2018-03-22 19:24:59 +00:00
parent f1eb11a0d3
commit c54330e414
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ void CNXDNReflector::run()
}
if (m_nxCoreNetwork != NULL) {
len = m_nxCoreNetwork->read(buffer, 200U);
len = m_nxCoreNetwork->read(buffer);
if (len > 0U) {
if (current == NULL) {
if (!nxCoreActive) {