]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 23 Jun 2010 23:46:58 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 23 Jun 2010 23:46:58 +0000 (23:46 +0000)
bin/tests/system/Makefile.in
lib/dns/resolver.c
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/parser.c
util/kit.sh

index 73c2bd050818e3a3837ee6986d41b9d258fc4cbf..4001666f09b3afcdb885ee1424f7a84ec3ef50ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.32 2010/06/22 03:58:36 marka Exp $
+# $Id: Makefile.in,v 1.33 2010/06/23 23:46:58 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 001b2a57a4047bd063b061bfcbfc283f6945d96a..1d07975eb84d9de760ad86d584b6358175fe3823 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.422 2010/06/23 01:31:43 marka Exp $ */
+/* $Id: resolver.c,v 1.423 2010/06/23 23:46:58 tbox Exp $ */
 
 /*! \file */
 
@@ -6166,22 +6166,22 @@ fctx_decreference(fetchctx_t *fctx) {
        INSIST(fctx->references > 0);
        fctx->references--;
        if (fctx->references == 0) {
-                /*
-                 * No one cares about the result of this fetch anymore.
-                 */
-                if (fctx->pending == 0 && fctx->nqueries == 0 &&
-                    ISC_LIST_EMPTY(fctx->validators) && SHUTTINGDOWN(fctx)) {
-                        /*
-                         * This fctx is already shutdown; we were just
-                         * waiting for the last reference to go away.
-                         */
-                        bucket_empty = fctx_destroy(fctx);
-                } else {
-                        /*
-                         * Initiate shutdown.
-                         */
-                        fctx_shutdown(fctx);
-                }
+               /*
+                * No one cares about the result of this fetch anymore.
+                */
+               if (fctx->pending == 0 && fctx->nqueries == 0 &&
+                   ISC_LIST_EMPTY(fctx->validators) && SHUTTINGDOWN(fctx)) {
+                       /*
+                        * This fctx is already shutdown; we were just
+                        * waiting for the last reference to go away.
+                        */
+                       bucket_empty = fctx_destroy(fctx);
+               } else {
+                       /*
+                        * Initiate shutdown.
+                        */
+                       fctx_shutdown(fctx);
+               }
        }
        return (bucket_empty);
 }
index 1de53a274ef62cabebf5cfb41325340482545ea2..f28ba6e72ed73f0e3dd59c822a8284e1184d9176 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: grammar.h,v 1.20 2010/06/22 03:58:38 marka Exp $ */
+/* $Id: grammar.h,v 1.21 2010/06/23 23:46:58 tbox Exp $ */
 
 #ifndef ISCCFG_GRAMMAR_H
 #define ISCCFG_GRAMMAR_H 1
index 43f9c000ec47fb9ec40c82e788b391a6092143bd..85f282c5dd4dc8f91abb3f7d8436e1b695557fdf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: parser.c,v 1.133 2010/06/22 03:58:38 marka Exp $ */
+/* $Id: parser.c,v 1.134 2010/06/23 23:46:58 tbox Exp $ */
 
 /*! \file */
 
index a6d588670d483659c6a840713563e8fe84b520eb..a0a73d74d69d0d90af5464a7374c21858eb76132 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.42 2010/06/22 06:14:20 marka Exp $
+# $Id: kit.sh,v 1.43 2010/06/23 23:46:58 tbox Exp $
 
 # Make a release kit
 #