1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 08:44:57 +03:00

v4.21-9613-beta

This commit is contained in:
dnobori
2016-04-24 23:49:31 +09:00
parent c0c1b914db
commit 1e17c9bcfd
40 changed files with 246 additions and 52 deletions

View File

@ -15275,7 +15275,7 @@ SOCK *ConnectEx4(char *hostname, UINT port, UINT timeout, bool *cancel_flag, cha
Copy(&ip4, ret_ip, sizeof(IP));
}
Debug("Using cached IP address: %s = %r\n", hostname_original, ret_ip);
//Debug("Using cached IP address: %s = %r\n", hostname_original, ret_ip);
}
else
{