From: Mark Andrews Date: Thu, 13 Jan 2011 23:16:06 +0000 (+0000) Subject: arguements out of order X-Git-Tag: v9.8.0-P1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5e0baaef40e8df283558b9e1700f243168abd3;p=thirdparty%2Fbind9.git arguements out of order --- diff --git a/bin/named/query.c b/bin/named/query.c index ef1b7415efe..64a7f3eb979 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.352 2011/01/13 04:59:24 tbox Exp $ */ +/* $Id: query.c,v 1.353 2011/01/13 23:16:06 marka Exp $ */ /*! \file */ @@ -6503,8 +6503,8 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype) * if the recursion for the A succeeds. */ result = query_recurse(client, - client->query.qname, dns_rdatatype_a, + client->query.qname, NULL, NULL, resuming); if (result == ISC_R_SUCCESS) { client->attributes |=