From: Wouter Wijngaards Date: Thu, 16 Mar 2017 09:29:59 +0000 (+0000) Subject: fixup X-Git-Tag: release-1.6.2rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2042facc8b81048ff88d1acef7be34efa5b6d211;p=thirdparty%2Funbound.git fixup git-svn-id: file:///svn/unbound/trunk@4054 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/worker.c b/daemon/worker.c index db4020036..c2b7dc8e8 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -793,6 +793,7 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w) if(!w->env.need_to_validate) { /* no validator module, reply no trustanchors */ chaos_replystr(pkt, NULL, 0, edns, w); + return; } /* fill the string with contents */