mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-17 01:28:33 -05:00
please lint
git-svn-id: file:///svn/unbound/trunk@1793 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f974f7880b
commit
b8c4d7088d
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 = autr_probe_timer(&worker->env);
|
||||
tv.tv_sec = (time_t)autr_probe_timer(&worker->env);
|
||||
tv.tv_usec = 0;
|
||||
comm_timer_set(worker->probe_timer, &tv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue