typo, cf RT20219

This commit is contained in:
Francis Dupont
2009-09-08 13:04:29 +00:00
parent fc47f5d6f1
commit e7de5dcef6

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.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 */
}