]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please lint
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Aug 2009 09:49:11 +0000 (09:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Aug 2009 09:49:11 +0000 (09:49 +0000)
git-svn-id: file:///svn/unbound/trunk@1793 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c

index 63436244d861a2092347f3b0d3d0f0e65874cda3..edc71f72eeef36d64c2cfc17595824d11307546a 100644 (file)
@@ -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);
 }