]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo, cf RT20219
authorFrancis Dupont <fdupont@isc.org>
Tue, 8 Sep 2009 13:04:29 +0000 (13:04 +0000)
committerFrancis Dupont <fdupont@isc.org>
Tue, 8 Sep 2009 13:04:29 +0000 (13:04 +0000)
lib/isc/win32/net.c

index 3785f8abdf1b08f68ea1ba86524f4bb1e8ff3121..1153af79a2040ab98830701b87432bf999a395f6 100644 (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.19 2009/09/08 13:04:29 fdupont 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 */
 }