From 844b72d0e197e71292ba809ff913f11521d83fd9 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 26 Sep 2016 11:40:02 +0200 Subject: [PATCH] make sure we log the [id] as well for DNSSEC trace --- pdns/validate-recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2