Fixed protocol for name resolution.

This commit is contained in:
lotodore
2007-06-04 21:44:42 +00:00
parent dcbfe39fc9
commit 2ade19b45d
+1 -1
View File
@@ -75,7 +75,7 @@ ResolverThread::Main()
tmpStr.str().c_str(),
context.GetAddrFamily(),
SOCK_STREAM,
0,
context.GetProtocol(),
(struct sockaddr *)context.GetClientSockaddr(),
context.GetClientSockaddrSize());
}