From 3020535895a92836e327832b42200c599a485db7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 22:19:50 +0000 Subject: Fix load problem with two or more data sources. --- daemon/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon') diff --git a/daemon/config.c b/daemon/config.c index 33fc5fa..23bc510 100644 --- a/daemon/config.c +++ b/daemon/config.c @@ -186,6 +186,7 @@ config_done(config_ctx* ctx) /* Clear current config and get ready for next */ ctx->items = NULL; ctx->interval = 0; + ctx->timeout = 0; } static void -- cgit v1.2.3