Fixed protocol for name resolution.
This commit is contained in:
@@ -75,7 +75,7 @@ ResolverThread::Main()
|
|||||||
tmpStr.str().c_str(),
|
tmpStr.str().c_str(),
|
||||||
context.GetAddrFamily(),
|
context.GetAddrFamily(),
|
||||||
SOCK_STREAM,
|
SOCK_STREAM,
|
||||||
0,
|
context.GetProtocol(),
|
||||||
(struct sockaddr *)context.GetClientSockaddr(),
|
(struct sockaddr *)context.GetClientSockaddr(),
|
||||||
context.GetClientSockaddrSize());
|
context.GetClientSockaddrSize());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user