mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 00:00:51 -05:00
- 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
This commit is contained in:
parent
0bc3fab7a4
commit
5a1ce3450f
2 changed files with 5 additions and 1 deletions
|
|
@ -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 */
|
if(str) { /* print header for forward, stub */
|
||||||
char* c = sldns_wire2str_class(dclass);
|
char* c = sldns_wire2str_class(dclass);
|
||||||
dname_str(nm, buf);
|
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);
|
free(c);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
29 April 2014: Wouter
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
- Add unbound-control flush_negative that flushed nxdomains, nodata,
|
- Add unbound-control flush_negative that flushed nxdomains, nodata,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue