diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-28 22:19:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-28 22:19:50 +0000 |
commit | 3020535895a92836e327832b42200c599a485db7 (patch) | |
tree | 9bc971ab9969883e741eea5a692dfd87e7382b5a /daemon | |
parent | 972af41c3bd1c30880c7b66ad56b4dbcaab4275c (diff) |
Fix load problem with two or more data sources.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |