Fix warnings (some bugs, some spurious)
Many spurious VC warnings not quieted though.
This commit is contained in:
@@ -112,6 +112,7 @@ krb5_storage_from_socket(krb5_socket_t sock_in)
|
||||
#ifdef _WIN32
|
||||
WSAPROTOCOL_INFO info;
|
||||
|
||||
sock = rk_INVALID_SOCKET;
|
||||
if (WSADuplicateSocket(sock_in, GetCurrentProcessId(), &info) == 0)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user