please lint.

git-svn-id: file:///svn/unbound/trunk@3055 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2014-01-27 10:41:16 +00:00
parent 958b2bcf96
commit a0430378d5

View file

@ -278,7 +278,7 @@ daemon_open_shared_ports(struct daemon* daemon)
}
if(reuseport) {
/* reuseport was successful, allocate for it */
daemon->num_ports = daemon->cfg->num_threads;
daemon->num_ports = (size_t)daemon->cfg->num_threads;
} else {
/* do the normal, singleportslist thing,
* reuseport not enabled or did not work */