update copyright notice
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user