diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/shibari_log_answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/shibari_log_answer.c b/src/common/shibari_log_answer.c index f34cee5..c639906 100644 --- a/src/common/shibari_log_answer.c +++ b/src/common/shibari_log_answer.c @@ -28,7 +28,7 @@ void shibari_log_answer (uint32_t v, s6dns_message_header_t const *hdr, uint16_t fmt[pos++] = '+' ; pos += uint16_fmt(fmt + pos, hdr->counts.ns) ; fmt[pos++] = '+' ; - pos += uint16_fmt(fmt + pos, hdr->counts.qd) ; + pos += uint16_fmt(fmt + pos, hdr->counts.nr) ; fmt[pos] = 0 ; fmtl[uint16_fmt(fmtl, len)] = 0 ; strerr_warni5x("answer 0 noerror ", fmt, " len ", fmtl, hdr->tc ? " tc" : "") ; |