From 0a35d358eecd2cff526782c5b63198e4e8dc89ae Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 1 Sep 2009 13:15:51 +0000 Subject: [PATCH] More lint. git-svn-id: file:///svn/unbound/trunk@1801 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/autotrust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/autotrust.c b/validator/autotrust.c index e88215dde..9b57597bd 100644 --- a/validator/autotrust.c +++ b/validator/autotrust.c @@ -1472,11 +1472,11 @@ reset_worker_timer(struct module_env* env) { struct worker* worker = env->worker; struct timeval tv; +#ifndef S_SPLINT_S uint32_t next = (uint32_t)wait_probe_time(env->anchors); /* in case this is libunbound, no timer */ if(!worker || !worker->probe_timer) return; -#ifndef S_SPLINT_S if(next > *env->now) tv.tv_sec = (time_t)(next - *env->now); else tv.tv_sec = 0; -- 2.47.3