Fix node bug

This commit is contained in:
momo5502 2016-08-06 01:25:56 +02:00
parent a97fbd4c8a
commit ca019864f6

View File

@ -704,7 +704,7 @@ namespace Components
Network::Address _addr(list.address(i));
// Version 0 sends port in the wrong byte order!
if (entry->version == 0)
if (list.version() == 0)
{
_addr.SetPort(ntohs(_addr.GetPort()));
}