remove now useless ntohs in metaserver
This commit is contained in:
parent
49263f688b
commit
db04c640b1
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ static void AcceptConnections()
|
|||
}
|
||||
if (NetSocketReady(HolePunchSocket, 0)) {
|
||||
NetRecvUDP(HolePunchSocket, UDPBuffer, sizeof(UDPBuffer), &UDPHost, &UDPPort);
|
||||
UDPPort = ntohs(UDPPort);
|
||||
DebugPrint("New UDP %s (%d %d)\n" _C_ UDPBuffer);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue