mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 00:52:55 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@3055 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
958b2bcf96
commit
a0430378d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue