From 867dfc05639e5980feb2294ec81f04f1903b5e32 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 4 Mar 2010 15:24:34 +0000 Subject: [PATCH] remove unnecessary if statement git-svn-id: file:///svn/unbound/trunk@2009 be551aaa-1e26-0410-a405-d3ace91eadb9 --- iterator/iterator.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/iterator/iterator.c b/iterator/iterator.c index 32b82dbbf..33635b50e 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -829,10 +829,7 @@ generate_dnskey_prefetch(struct module_qstate* qstate, /* this qstate has the right delegation for the dnskey lookup*/ /* make copy to avoid use of stub dp by different qs/threads */ subiq->dp = delegpt_copy(iq->dp, subq->region); - if(!subiq->dp) { - /* it'll start from the cache */ - return; - } + /* if !subiq->dp, it'll start from the cache, no problem */ } } -- 2.47.2