mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
Merge branch '3388-missing-indent-call' into 'main'
Resolve "Missing INDENT call" Closes #3388 See merge request isc-projects/bind9!6379
This commit is contained in:
commit
8dd0f3e52f
1 changed files with 1 additions and 0 deletions
|
|
@ -4265,6 +4265,7 @@ dns_message_headertotext(dns_message_t *msg, const dns_master_style_t *style,
|
|||
INDENT(style);
|
||||
ADD_STRING(target, "QUESTION: ");
|
||||
} else {
|
||||
INDENT(style);
|
||||
ADD_STRING(target, "ZONE: ");
|
||||
}
|
||||
snprintf(buf, sizeof(buf), "%1u",
|
||||
|
|
|
|||
Loading…
Reference in a new issue