From 2023616e3a39cbc257292953897ec87267145782 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 25 Jul 2017 16:29:10 +0200 Subject: [PATCH] add support to sdig --- pdns/sdig.cc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pdns/sdig.cc b/pdns/sdig.cc index cd7a64d326..c743427b8a 100644 --- a/pdns/sdig.cc +++ b/pdns/sdig.cc @@ -24,7 +24,7 @@ string ttl(uint32_t ttl) void usage() { cerr<<"sdig"< ednsnm; - + std::shared_ptr xpf; for(int i=1; itoPacket(pw); + pw.commit(); + } + if(recurse) { pw.getHeader()->rd=true; -- 2.47.2