mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-20 13:42:54 -05:00
try again
git-svn-id: file:///svn/unbound/trunk@1794 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b8c4d7088d
commit
dafe1ae21b
1 changed files with 1 additions and 1 deletions
|
|
@ -945,7 +945,7 @@ void worker_probe_timer_cb(void* arg)
|
|||
{
|
||||
struct worker* worker = (struct worker*)arg;
|
||||
struct timeval tv;
|
||||
tv.tv_sec = (time_t)autr_probe_timer(&worker->env);
|
||||
tv.tv_sec = (unsigned)autr_probe_timer(&worker->env);
|
||||
tv.tv_usec = 0;
|
||||
comm_timer_set(worker->probe_timer, &tv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue