Add missing INDENT call for UPDATE messages
Reported by Peter <pmc@citylink.dinoex.sub.org> on bind-users.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user