From 5a1ce3450fc8edfce80e079e545331013016dc28 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 5 May 2014 14:47:08 +0000 Subject: [PATCH] - More #567: remove : from output of stub and forward lists, this is easier to parse. git-svn-id: file:///svn/unbound/trunk@3126 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/remote.c | 2 +- doc/Changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index 0c4ea73ad..d6160c991 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1473,7 +1473,7 @@ ssl_print_name_dp(SSL* ssl, char* str, uint8_t* nm, uint16_t dclass, if(str) { /* print header for forward, stub */ char* c = sldns_wire2str_class(dclass); dname_str(nm, buf); - if(!ssl_printf(ssl, "%s %s %s: ", buf, (c?c:"CLASS??"), str)) { + if(!ssl_printf(ssl, "%s %s %s ", buf, (c?c:"CLASS??"), str)) { free(c); return 0; } diff --git a/doc/Changelog b/doc/Changelog index 7c2c84a31..2c6db2c38 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +5 May 2014: Wouter + - More #567: remove : from output of stub and forward lists, this is + easier to parse. + 29 April 2014: Wouter - iana portlist updated. - Add unbound-control flush_negative that flushed nxdomains, nodata, -- 2.47.2