Don't reset the NodeList

This commit is contained in:
Atlante45 2016-08-23 14:13:17 -07:00
parent fcf44911a3
commit bba5e46533

View file

@ -253,7 +253,6 @@ void NodeList::setSocketLocalPort(quint16 socketLocalPort) {
return;
}
if (_nodeSocket.localPort() != socketLocalPort) {
reset();
_nodeSocket.rebind(socketLocalPort);
NODELIST_LOCAL_PORT.set(socketLocalPort);
}