summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c841b9)
raw | patch | inline | side by side (parent: 4c841b9)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 07:16:18 +0000 (09:16 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 08:28:09 +0000 (10:28 +0200) |
src/tail_csv.c | patch | blob | history |
diff --git a/src/tail_csv.c b/src/tail_csv.c
index 740095d6100c5c1a03fa37dc007d56828b234dc5..c3efcc9a3d3c79c844590f5a898b5c45ccb00de0 100644 (file)
--- a/src/tail_csv.c
+++ b/src/tail_csv.c
for (i = 0; i < ci->children_num; ++i){
oconfig_item_t *option = ci->children + i;
- status = 0;
if (strcasecmp("Type", option->key) == 0)
status = cf_util_get_string(option, &md->type);