]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 4 Nov 2011 23:46:15 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 4 Nov 2011 23:46:15 +0000 (23:46 +0000)
bin/tests/system/limits/tests.sh
lib/dns/resolver.c

index 6f20f4e1251ddb068ef57ebdf6073da451c3b475..6a9d8ca302c33936588579be6ab7b98ecb8468e7 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  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: tests.sh,v 1.18 2011/11/04 10:41:38 marka Exp $
+# $Id: tests.sh,v 1.19 2011/11/04 23:46:15 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 99bd7bd01145ed2edbfeee87416ea3797ca3549b..8b3ca3629129069067e835e696049463fce052a8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.439 2011/11/04 03:38:44 marka Exp $ */
+/* $Id: resolver.c,v 1.440 2011/11/04 23:46:15 tbox Exp $ */
 
 /*! \file */
 
@@ -1928,7 +1928,7 @@ resquery_send(resquery_t *query) {
        /*
         * Clear CD if EDNS is not in use.
         */
-       if ((query->options & DNS_FETCHOPT_NOEDNS0) != 0) 
+       if ((query->options & DNS_FETCHOPT_NOEDNS0) != 0)
                fctx->qmessage->flags &= ~DNS_MESSAGEFLAG_CD;
 
        /*