mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 13:59:27 -04:00
Add missing INDENT call for UPDATE messages
Reported by Peter <pmc@citylink.dinoex.sub.org> on bind-users.
This commit is contained in:
parent
c729f380db
commit
03132c93ca
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