summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:52:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:52:40 +0000
commitd1f9930ce33bd0634bb0acf315c18d906f6b9bd0 (patch)
tree0355505c8926ad35540ce25dda8ec102b4b0dbbc /plugins
parentReleasing debian version 2.0.0+debian-2. (diff)
downloaddnscap-d1f9930ce33bd0634bb0acf315c18d906f6b9bd0.tar.xz
dnscap-d1f9930ce33bd0634bb0acf315c18d906f6b9bd0.zip
Merging upstream version 2.0.1+debian.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/eventlog/eventlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eventlog/eventlog.c b/plugins/eventlog/eventlog.c
index 93d0d15..14606f8 100644
--- a/plugins/eventlog/eventlog.c
+++ b/plugins/eventlog/eventlog.c
@@ -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);