please lint.

git-svn-id: file:///svn/unbound/trunk@3692 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-03-23 08:37:27 +00:00
parent 6062e896b9
commit b8df3634cc

View file

@ -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;