mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-22 01:34:56 +02:00
mesh design.
git-svn-id: file:///svn/unbound/trunk@417 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ iter_new(struct module_qstate* qstate, int id)
|
||||
iq->priming_stub = 0;
|
||||
iq->orig_qflags = qstate->query_flags;
|
||||
/* remove all weird bits from the query flags */
|
||||
qstate->query_flags &= (BIT_RD | BIT_CD);
|
||||
qstate->query_flags &= BIT_RD;
|
||||
outbound_list_init(&iq->outlist);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user