]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- More #567: remove : from output of stub and forward lists, this is
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 May 2014 14:47:08 +0000 (14:47 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 May 2014 14:47:08 +0000 (14:47 +0000)
  easier to parse.

git-svn-id: file:///svn/unbound/trunk@3126 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c
doc/Changelog

index 0c4ea73adcd4b32200574ae401d08d351f3b390d..d6160c991a8fa444ef6204bb5a8b89bd363c2629 100644 (file)
@@ -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;
                }
index 7c2c84a314c3e78e07c01f6e594f9df5abee2b67..2c6db2c388152173bdbdaa80bea203585b0bc9bc 100644 (file)
@@ -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,