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

index db5c91f4fbc20bd982942c0d1ec390d9bd4bf5f2..a5411af3433f126d70d1d0ae44f17834560c8a88 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.198.2.13.4.29 2004/06/29 01:00:56 marka Exp $ */
+/* $Id: query.c,v 1.198.2.13.4.30 2004/06/30 14:13:05 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;