From: Evan Hunt Date: Wed, 23 Sep 2009 00:47:30 +0000 (+0000) Subject: fix typo in net.c -- s/closeocket/closesocket/ X-Git-Tag: v9.4-ESVb1~24 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2d073f29cef64576402228d2764aa2dabb8728ce;p=thirdparty%2Fbind9.git fix typo in net.c -- s/closeocket/closesocket/ --- diff --git a/lib/isc/win32/net.c b/lib/isc/win32/net.c index 80ab89807ea..33b51f2d93b 100644 --- a/lib/isc/win32/net.c +++ b/lib/isc/win32/net.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.c,v 1.9.18.10 2008/08/08 05:15:09 marka Exp $ */ +/* $Id: net.c,v 1.9.18.11 2009/09/23 00:47:30 each Exp $ */ #include @@ -197,7 +197,7 @@ try_ipv6only(void) { ipv6only_result = ISC_R_SUCCESS; close: - closeocket(s); + closesocket(s); return; #endif /* IPV6_V6ONLY */ }