Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3-0]: src/dist/bind/bin/named Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/32efdfda4430
branches:  netbsd-3-0
changeset: 579383:32efdfda4430
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Feb 11 13:22:05 2007 +0000

description:
Pull up following revision(s) (requested by adrianp in ticket #1664):
        dist/bind/bin/named/query.c: revision 1.2
move is_zone initialisation earlier to avoid a GCC warning.

diffstat:

 dist/bind/bin/named/query.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 09273404a681 -r 32efdfda4430 dist/bind/bin/named/query.c
--- a/dist/bind/bin/named/query.c       Sun Feb 11 13:21:28 2007 +0000
+++ b/dist/bind/bin/named/query.c       Sun Feb 11 13:22:05 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: query.c,v 1.1.1.2.4.2 2007/02/10 19:20:36 tron Exp $   */
+/*     $NetBSD: query.c,v 1.1.1.2.4.3 2007/02/11 13:22:05 tron Exp $   */
 
 /*
  * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
@@ -2382,6 +2382,7 @@
        zone = NULL;
        need_wildcardproof = ISC_FALSE;
        empty_wild = ISC_FALSE;
+       is_zone = ISC_FALSE;
        options = 0;
 
        if (event != NULL) {
@@ -2392,7 +2393,6 @@
 
                want_restart = ISC_FALSE;
                authoritative = ISC_FALSE;
-               is_zone = ISC_FALSE;
 
                qtype = event->qtype;
                if (qtype == dns_rdatatype_rrsig || qtype == dns_rdatatype_sig)



Home | Main Index | Thread Index | Old Index