mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1999. [func] Implement "rrset-order fixed". [RT #13662]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: query.c,v 1.281 2006/02/28 02:39:51 marka Exp $ */
|
||||
/* $Id: query.c,v 1.282 2006/03/03 00:43:34 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -1914,6 +1914,8 @@ query_addrdataset(ns_client_t *client, dns_name_t *fname,
|
||||
rdataset->attributes |= dns_order_find(client->view->order,
|
||||
fname, rdataset->type,
|
||||
rdataset->rdclass);
|
||||
rdataset->attributes |= DNS_RDATASETATTR_LOADORDER;
|
||||
|
||||
if (NOADDITIONAL(client))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user