]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 23 Jun 2010 23:46:36 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 23 Jun 2010 23:46:36 +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 98d0fba829e5db041db3711f8bf8381e3a121889..79a57292382219110347638e0e437e78e895a7a4 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.31.268.1 2010/06/22 04:02:40 marka Exp $
+# $Id: Makefile.in,v 1.31.268.2 2010/06/23 23:46:35 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index e825e1b0bbbd73f0fd959254865e48c1914960a6..9fb12388ef57c45a5945a72c5219d5035507e769 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.413.14.9 2010/06/23 01:50:55 marka Exp $ */
+/* $Id: resolver.c,v 1.413.14.10 2010/06/23 23:46:36 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 4cc1fe8ab8f6f22d63a3b3199496281273ad5697..dc3cffb9a4f821b26e5d1c44ce8842c3f61550e6 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.19.136.1 2010/06/22 04:02:45 marka Exp $ */
+/* $Id: grammar.h,v 1.19.136.2 2010/06/23 23:46:36 tbox Exp $ */
 
 #ifndef ISCCFG_GRAMMAR_H
 #define ISCCFG_GRAMMAR_H 1
index 58b53ee65ec92d805e7b7b5fd7275bdb8f07707a..a0f4c94deefb8a23d162269db98c83926ddb1bfb 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.132.104.1 2010/06/22 04:02:45 marka Exp $ */
+/* $Id: parser.c,v 1.132.104.2 2010/06/23 23:46:36 tbox Exp $ */
 
 /*! \file */
 
index d6ec8cec0d25fe13aad3fc562fd828b34b675d99..138c1d26c73feb123034ad55bb93ed91ec9d0b36 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.40.48.2 2010/06/22 06:15:11 marka Exp $
+# $Id: kit.sh,v 1.40.48.3 2010/06/23 23:46:36 tbox Exp $
 
 # Make a release kit
 #