mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2026-06-08 17:14:38 -04:00
Fixed minor bug in simplified code.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user