]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
try again
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Aug 2009 10:22:44 +0000 (10:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Aug 2009 10:22:44 +0000 (10:22 +0000)
git-svn-id: file:///svn/unbound/trunk@1794 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c

index edc71f72eeef36d64c2cfc17595824d11307546a..99ec8223319913ae48cde78435a7218defdbcc04 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 = (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);
 }