summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10e6e69)
raw | patch | inline | side by side (parent: 10e6e69)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 13:31:11 +0000 (15:31 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 14 Jan 2016 10:02:41 +0000 (11:02 +0100) |
src/tail.c | patch | blob | history |
diff --git a/src/tail.c b/src/tail.c
index 72d97a385245b1918c89c2a42d0e0f2a5287a44c..181b752fd11328549c9e43f5c2de7e230b9737a2 100644 (file)
--- a/src/tail.c
+++ b/src/tail.c
for (i = 0; i < ci->children_num; i++)
{
oconfig_item_t *option = ci->children + i;
- int status;
+ int status = 0;
if (strcasecmp ("Match", option->key) == 0)
{