From: Wouter Wijngaards Date: Mon, 6 Oct 2008 10:38:07 +0000 (+0000) Subject: please_lint X-Git-Tag: release-1.1.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddabf26f39f5b0812d6f93676b3e32e4d95eba2;p=thirdparty%2Funbound.git please_lint git-svn-id: file:///svn/unbound/trunk@1284 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/mesh.c b/services/mesh.c index 209b459e7..3b0f3b8d9 100644 --- a/services/mesh.c +++ b/services/mesh.c @@ -178,7 +178,7 @@ mesh_create(struct module_stack* stack, struct module_env* env) mesh->stats_dropped = 0; mesh->max_reply_states = env->cfg->num_queries_per_thread; mesh->max_forever_states = (mesh->max_reply_states+1)/2; -#ifdef S_SPLINT_S +#ifndef S_SPLINT_S mesh->jostle_max.tv_sec = (time_t)(env->cfg->jostle_time / 1000); mesh->jostle_max.tv_usec = (time_t)((env->cfg->jostle_time % 1000) *1000);