mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 00:20:01 -04: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
81ac722b24
commit
7d14346e5f
1 changed files with 1 additions and 0 deletions
|
|
@ -4288,6 +4288,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