]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
order should be signed.
authorMark Andrews <marka@isc.org>
Wed, 30 Jun 2004 14:16:06 +0000 (14:16 +0000)
committerMark Andrews <marka@isc.org>
Wed, 30 Jun 2004 14:16:06 +0000 (14:16 +0000)
bin/named/query.c

index a1ed7c2004848e3e549719eefce7b36e3aff425f..907fac355640fbe7602df497aea3c2acb9e56f33 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.260 2004/06/29 00:51:50 marka Exp $ */
+/* $Id: query.c,v 1.261 2004/06/30 14:16:06 marka Exp $ */
 
 #include <config.h>
 
@@ -1842,12 +1842,13 @@ query_addwildcardproof(ns_client_t *client, dns_db_t *db,
        dns_fixedname_t wfixed;
        dns_name_t *wname;
        dns_dbnode_t *node;
-       unsigned int options, order;
+       unsigned int options;
        unsigned int olabels, nlabels;
        isc_result_t result;
        dns_rdata_t rdata = DNS_RDATA_INIT;
        dns_rdata_nsec_t nsec;
        isc_boolean_t have_wname;
+       int order;
 
        CTRACE("query_addwildcardproof");
        fname = NULL;