From: Mark Andrews Date: Tue, 7 Jul 2015 10:49:19 +0000 (+1000) Subject: remove extranious ) X-Git-Tag: v9.9.8b1~40 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bb53e1de9080f6f06557118c463510130b291b30;p=thirdparty%2Fbind9.git remove extranious ) --- diff --git a/lib/dns/message.c b/lib/dns/message.c index eb726d5f8ee..cd0e89b8d20 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -3344,7 +3344,6 @@ dns_message_pseudosectiontotext(dns_message_t *msg, isc_buffer_putstr(target, "."); ADD_STRING(target, ")"); } - ADD_STRING(target, "\")"); } ADD_STRING(target, "\n"); }