Merging upstream version 2.0.1+debian.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dae236afb3
commit
1fc9721195
4 changed files with 16 additions and 3 deletions
|
@ -374,7 +374,7 @@ void eventlog_output(const char* descr, iaddr from, iaddr to, uint8_t proto, uns
|
|||
|
||||
ldns_buffer_clear(buf);
|
||||
if (ldns_rdf2buffer_str(buf, ldns_rr_owner(qd)) == LDNS_STATUS_OK) {
|
||||
fprintf(out, " name=%s\n", (char*)ldns_buffer_begin(buf));
|
||||
fprintf(out, " name=%s", (char*)ldns_buffer_begin(buf));
|
||||
} else {
|
||||
fprintf(out, " **ERROR parsing response record**\n");
|
||||
ldns_pkt_free(pkt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue