mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-01 20:39:38 -05:00
lint.
git-svn-id: file:///svn/unbound/trunk@3812 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
17023457a9
commit
1e77fb2630
1 changed files with 1 additions and 1 deletions
|
|
@ -1421,7 +1421,7 @@ lz_type(uint8_t *taglist, size_t taglen, uint8_t *taglist2, size_t taglen2,
|
|||
tagmatch = (taglist[i] & taglist2[i]);
|
||||
for(j=0; j<8 && tagmatch>0; j++) {
|
||||
if((tagmatch & 0x1)) {
|
||||
*tag = i*8+j;
|
||||
*tag = (int)(i*8+j);
|
||||
verbose(VERB_ALGO, "matched tag [%d] %s",
|
||||
*tag, (*tag<num_tags?tagname[*tag]:"null"));
|
||||
/* does this tag have a tag action? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue