X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftail.c;h=181b752fd11328549c9e43f5c2de7e230b9737a2;hb=ebd643d6d564fc249cd42b130c4bbabd813ea6fd;hp=72d97a385245b1918c89c2a42d0e0f2a5287a44c;hpb=10e6e69a60f1722bb0a8a3b25bd5812471f33cfc;p=collectd.git diff --git a/src/tail.c b/src/tail.c index 72d97a38..181b752f 100644 --- a/src/tail.c +++ b/src/tail.c @@ -230,7 +230,7 @@ static int ctail_config_add_file (oconfig_item_t *ci) 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) {