mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-14 08:13:12 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@3692 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
6062e896b9
commit
b8df3634cc
1 changed files with 2 additions and 2 deletions
|
|
@ -320,9 +320,9 @@ i * the '44' is the total remaining length.
|
|||
return 0;
|
||||
p = (uint8_t*)*sig;
|
||||
p[0] = pre[0];
|
||||
p[1] = raw_sig_len-2;
|
||||
p[1] = (uint8_t)(raw_sig_len-2);
|
||||
p[2] = pre[2];
|
||||
p[3] = bnsize + r_high - r_rem;
|
||||
p[3] = (uint8_t)(bnsize + r_high - r_rem);
|
||||
p += 4;
|
||||
if(r_high) {
|
||||
*p = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue