]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
make sure we log the [id] as well for DNSSEC trace
authorbert hubert <bert.hubert@powerdns.com>
Mon, 26 Sep 2016 09:40:02 +0000 (11:40 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Mon, 26 Sep 2016 09:40:51 +0000 (11:40 +0200)
pdns/validate-recursor.cc

index 5819cfe7a91b16aa25795b721312d0b11d1ae386..335fc6c6c42540a5abec05ea65bba61f28392a2f 100644 (file)
@@ -16,7 +16,7 @@ public:
     struct timeval tv;
     gettimeofday(&tv, 0);
     SyncRes sr(tv);
-
+    sr.setId(MT->getTid());
     vector<DNSRecord> ret;
     sr.d_doDNSSEC=true;
     sr.beginResolve(qname, QType(qtype), 1, ret);