From: Wouter Wijngaards Date: Mon, 5 May 2014 14:47:08 +0000 (+0000) Subject: - More #567: remove : from output of stub and forward lists, this is X-Git-Tag: release-1.5.0rc1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1ce3450fc8edfce80e079e545331013016dc28;p=thirdparty%2Funbound.git - 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 --- 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,