From: Mark Andrews Date: Mon, 6 Aug 2007 07:14:33 +0000 (+0000) Subject: 2199. [bug] win32: don't call WSAStartup() while loading dlls. X-Git-Tag: v9.2.9b1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801a60ff775b24fb6fc59fbac00da5b2a12cd5e5;p=thirdparty%2Fbind9.git 2199. [bug] win32: don't call WSAStartup() while loading dlls. [RT #16911] --- diff --git a/lib/lwres/win32/socket.c b/lib/lwres/win32/socket.c index 8f6c79ad2a9..e173ce3bb60 100644 --- a/lib/lwres/win32/socket.c +++ b/lib/lwres/win32/socket.c @@ -1,21 +1,3 @@ -/* - * Copyright (C) 2007 Internet Systems Consortium, Inc. ("ISC") - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. - */ - -/* $Id: socket.c,v 1.3 2007/06/18 23:47:51 tbox Exp $ */ - #include #include #include