From: bert hubert Date: Mon, 26 Sep 2016 09:40:02 +0000 (+0200) Subject: make sure we log the [id] as well for DNSSEC trace X-Git-Tag: dnsdist-1.1.0-beta2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844b72d0e197e71292ba809ff913f11521d83fd9;p=thirdparty%2Fpdns.git make sure we log the [id] as well for DNSSEC trace --- diff --git a/pdns/validate-recursor.cc b/pdns/validate-recursor.cc index 5819cfe7a9..335fc6c6c4 100644 --- a/pdns/validate-recursor.cc +++ b/pdns/validate-recursor.cc @@ -16,7 +16,7 @@ public: struct timeval tv; gettimeofday(&tv, 0); SyncRes sr(tv); - + sr.setId(MT->getTid()); vector ret; sr.d_doDNSSEC=true; sr.beginResolve(qname, QType(qtype), 1, ret);