From: Mark Andrews Date: Wed, 30 Jun 2004 14:16:06 +0000 (+0000) Subject: order should be signed. X-Git-Tag: v9.2.4rc7~22^2~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=85609ef4d72c1af28c07ed20df39f71b3276e72f;p=thirdparty%2Fbind9.git order should be signed. --- diff --git a/bin/named/query.c b/bin/named/query.c index a1ed7c20048..907fac35564 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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 @@ -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;