(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;)

This commit is contained in:
rubidium
2009-04-03 17:20:57 +00:00
parent 1463b00b48
commit ce06df313d
3 changed files with 13 additions and 3 deletions

View File

@@ -471,7 +471,7 @@ void ClientNetworkContentSocketHandler::Connect()
if (this->sock != INVALID_SOCKET || this->isConnecting) return;
this->isConnecting = true;
new NetworkContentConnecter(NetworkAddress(NETWORK_CONTENT_SERVER_HOST, NETWORK_CONTENT_SERVER_PORT));
new NetworkContentConnecter(NetworkAddress(NETWORK_CONTENT_SERVER_HOST, NETWORK_CONTENT_SERVER_PORT, AF_UNSPEC));
}
/**