]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please lint.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Aug 2007 20:07:35 +0000 (20:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Aug 2007 20:07:35 +0000 (20:07 +0000)
git-svn-id: file:///svn/unbound/trunk@519 be551aaa-1e26-0410-a405-d3ace91eadb9

iterator/iter_utils.c

index ed51d066083a27361616d79dd49f0f397251a7a6..38cc92b969373ca7185b3e6095eb3e46d497d439 100644 (file)
@@ -365,8 +365,8 @@ causes_cycle(struct module_qstate* qstate, uint8_t* name, size_t namelen,
        qinf.qname_len = namelen;
        qinf.qtype = t;
        qinf.qclass = c;
-       return (*qstate->env->detect_cycle)(qstate, &qinf, BIT_RD|BIT_CD, 
-               qstate->is_priming);
+       return (*qstate->env->detect_cycle)(qstate, &qinf, 
+               (uint16_t)(BIT_RD|BIT_CD), qstate->is_priming);
 }
 
 void