mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
Beautify code formating
This commit is contained in:
parent
0e9c1bb2f2
commit
1ac7375ba4
|
|
@ -1060,11 +1060,8 @@ void CIRCDDBGatewayThread::processG2()
|
|||
default:
|
||||
//Probably someone punching a UDP hole to us, keep track of that
|
||||
if(remoteAddress.s_addr != INADDR_NONE && remotePort > 0 && remotePort < 65536) {
|
||||
|
||||
wxLogMessage(wxT("Incoming G2 UDP punch from %s:%i"), ::inet_ntoa(remoteAddress), remotePort);
|
||||
|
||||
m_cache.updateGatewayG2(wxT(""), remoteAddress, remotePort);
|
||||
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue