mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 22:09:36 -05:00
Fixup lint.
git-svn-id: file:///svn/unbound/trunk@32 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
9bacf93977
commit
a4bdb76a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ comm_point_create_tcp(struct comm_base *base, int fd, int num, size_t bufsize,
|
|||
c->tcp_parent = NULL;
|
||||
c->cur_tcp_count = 0;
|
||||
c->max_tcp_count = num;
|
||||
c->tcp_handlers = (struct comm_point**)calloc(num,
|
||||
c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
|
||||
sizeof(struct comm_point*));
|
||||
c->tcp_free = NULL;
|
||||
c->type = comm_tcp_accept;
|
||||
|
|
|
|||
Loading…
Reference in a new issue