From: Brian Wellington Date: Fri, 8 Mar 2002 01:58:10 +0000 (+0000) Subject: default_fromtext_callback should print a newline X-Git-Tag: v9.0.1^2~8458 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=861cef13977886aca57ba95c2c93039b87bbbc43;p=thirdparty%2Fbind9.git default_fromtext_callback should print a newline --- diff --git a/lib/dns/rdata.c b/lib/dns/rdata.c index 665029765fd..ffd08a12e02 100644 --- a/lib/dns/rdata.c +++ b/lib/dns/rdata.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.163 2002/03/08 01:38:56 bwelling Exp $ */ +/* $Id: rdata.c,v 1.164 2002/03/08 01:58:10 bwelling Exp $ */ #include #include @@ -1937,6 +1937,7 @@ default_fromtext_callback(dns_rdatacallbacks_t *callbacks, const char *fmt, va_start(ap, fmt); vfprintf(stderr, fmt, ap); va_end(ap); + fprintf(stderr, "\n"); } static void