update to 9.7.1-P2
[tridge/bind9.git] / lib / isc / win32 / net.c
index 3785f8abdf1b08f68ea1ba86524f4bb1e8ff3121..b88349d1c99e39bb44906cf3d13cea4933695042 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -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.20 2009/09/08 23:41:50 tbox 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 */
 }