mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
Add missing INDENT call for UPDATE messages
Reported by Peter <pmc@citylink.dinoex.sub.org> on bind-users.
(cherry picked from commit 03132c93ca)
This commit is contained in:
parent
73a3a1ad36
commit
b318db2b7f
1 changed files with 1 additions and 0 deletions
|
|
@ -4296,6 +4296,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