mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
fix for lint
git-svn-id: file:///svn/unbound/trunk@4197 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
75395a12e5
commit
dd0da65da9
1 changed files with 1 additions and 1 deletions
|
|
@ -842,7 +842,7 @@ reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
|
||||||
attach_edns = 0;
|
attach_edns = 0;
|
||||||
} else {
|
} else {
|
||||||
/* reserve space for edns record */
|
/* reserve space for edns record */
|
||||||
attach_edns = (int)calc_edns_field_size(edns);
|
attach_edns = (unsigned int)calc_edns_field_size(edns);
|
||||||
udpsize -= attach_edns;
|
udpsize -= attach_edns;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue