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,