]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 3 Dec 2008 23:45:59 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 3 Dec 2008 23:45:59 +0000 (23:45 +0000)
lib/isc/unix/socket.c

index c3114149fa02a3cd1a448594afc9e3b346f08fc6..1c83f3b9dd1f4193edc123a69de41c3bc649240b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.237.18.60 2008/12/03 02:28:42 marka Exp $ */
+/* $Id: socket.c,v 1.237.18.61 2008/12/03 23:45:59 tbox Exp $ */
 
 /*! \file */
 
@@ -2286,7 +2286,7 @@ isc_socket_close(isc_socket_t *sock) {
        sock->bound = 0;
        isc_sockaddr_any(&sock->address);
        UNLOCK(&sock->lock);
+
        closesocket(manager, type, fd);
 
        return (ISC_R_SUCCESS);