fix typo in net.c -- s/closeocket/closesocket/

This commit is contained in:
Evan Hunt
2009-09-23 00:46:03 +00:00
parent 199726face
commit 2226e9ec25

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: net.c,v 1.18 2008/08/08 05:06:49 marka Exp $ */
/* $Id: net.c,v 1.18.64.1 2009/09/23 00:46:03 each Exp $ */
#include <config.h>
@@ -197,7 +197,7 @@ try_ipv6only(void) {
ipv6only_result = ISC_R_SUCCESS;
close:
closeocket(s);
closesocket(s);
return;
#endif /* IPV6_V6ONLY */
}