diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index 6f20f4e125..6a9d8ca302 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -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 diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 99bd7bd011..8b3ca36291 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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; /*