mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
Don't reset the NodeList
This commit is contained in:
parent
fcf44911a3
commit
bba5e46533
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ void NodeList::setSocketLocalPort(quint16 socketLocalPort) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (_nodeSocket.localPort() != socketLocalPort) {
|
if (_nodeSocket.localPort() != socketLocalPort) {
|
||||||
reset();
|
|
||||||
_nodeSocket.rebind(socketLocalPort);
|
_nodeSocket.rebind(socketLocalPort);
|
||||||
NODELIST_LOCAL_PORT.set(socketLocalPort);
|
NODELIST_LOCAL_PORT.set(socketLocalPort);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue