Missing INDENT call
From Peter <pmc@citylink.dinoex.sub.org>
on bind-users
******************** PATCH ****************
--- lib/dns/message.c.orig 2022-05-10 11:02:21.000000000 +0200
+++ lib/dns/message.c 2022-05-30 04:02:40.568222000 +0200
@@ -4296,6 +4296,7 @@
INDENT(style);
ADD_STRING(target, "QUESTION: ");
} else {
+ INDENT(style);
ADD_STRING(target, "ZONE: ");
}
snprintf(buf, sizeof(buf), "%1u",
******************** PATCH ****************
Edited by Mark Andrews