| Subject: | sendto_kdc.c incorrectly closes sockets with close() instead of closesocket() |
sockets must be closed with closesocket() instead of close() for proper
resource deallocation on systems which do not use file descriptors for
sockets. (ie, Windows)
resource deallocation on systems which do not use file descriptors for
sockets. (ie, Windows)