]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
arguements out of order
authorMark Andrews <marka@isc.org>
Thu, 13 Jan 2011 23:16:06 +0000 (23:16 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Jan 2011 23:16:06 +0000 (23:16 +0000)
bin/named/query.c

index ef1b7415efe0f750d6ceea3e68329a6b4bf957d8..64a7f3eb979fd3952b9a79a27778a17eda015754 100644 (file)
@@ -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 |=