projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e2928
)
ipmi plugin: Fix broken 'Sensor' configuration option
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Tue, 19 Dec 2017 13:30:12 +0000
(20:30 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Tue, 19 Dec 2017 13:32:46 +0000
(20:32 +0700)
src/ipmi.c
patch
|
blob
|
history
diff --git
a/src/ipmi.c
b/src/ipmi.c
index
f28ac52
..
2db344e
100644
(file)
--- a/
src/ipmi.c
+++ b/
src/ipmi.c
@@
-1065,7
+1065,7
@@
static int c_ipmi_config_add_instance(oconfig_item_t *ci) {
oconfig_item_t *child = ci->children + i;
if (strcasecmp("Sensor", child->key) == 0)
- ignorelist_add(st->ignorelist, c
i
->values[0].value.string);
+ ignorelist_add(st->ignorelist, c
hild
->values[0].value.string);
else if (strcasecmp("IgnoreSelected", child->key) == 0) {
_Bool t;
status = cf_util_get_boolean(child, &t);