fixup tests to make test program. please lint.

git-svn-id: file:///svn/unbound/trunk@1132 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-06-24 14:40:53 +00:00
parent 56f3cd33ec
commit 4664c66f06
3 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ recv_one(int fd, int udp, ldns_buffer* buf)
#endif
exit(1);
}
ldns_buffer_set_limit(buf, l);
ldns_buffer_set_limit(buf, (size_t)l);
}
printf("\nnext received packet\n");
log_buf(0, "data", buf);

Binary file not shown.

Binary file not shown.