mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
indentation
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dighost.c,v 1.160 2000/11/08 00:47:16 mws Exp $ */
|
/* $Id: dighost.c,v 1.161 2000/11/08 01:23:27 gson Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Notice to programmers: Do not use this code as an example of how to
|
* Notice to programmers: Do not use this code as an example of how to
|
||||||
@@ -2098,7 +2098,7 @@ check_for_more_data(dig_query_t *query, dns_message_t *msg,
|
|||||||
name = NULL;
|
name = NULL;
|
||||||
dns_message_currentname(msg, DNS_SECTION_ANSWER,
|
dns_message_currentname(msg, DNS_SECTION_ANSWER,
|
||||||
&name);
|
&name);
|
||||||
for (rdataset = ISC_LIST_HEAD(name->list);
|
for (rdataset = ISC_LIST_HEAD(name->list);
|
||||||
rdataset != NULL;
|
rdataset != NULL;
|
||||||
rdataset = ISC_LIST_NEXT(rdataset, link)) {
|
rdataset = ISC_LIST_NEXT(rdataset, link)) {
|
||||||
result = dns_rdataset_first(rdataset);
|
result = dns_rdataset_first(rdataset);
|
||||||
|
Reference in New Issue
Block a user