projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f0fe1
)
df plugin: Fix a nasty bug in the config routine. It effectively disabled the `Ignore...
author
Lubos Stanek
<lubek@users.sourceforge.net>
Tue, 21 Nov 2006 16:00:54 +0000
(17:00 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 21 Nov 2006 16:00:54 +0000
(17:00 +0100)
src/df.c
patch
|
blob
|
history
diff --git
a/src/df.c
b/src/df.c
index
8eed1f5
..
41f1d83
100644
(file)
--- a/
src/df.c
+++ b/
src/df.c
@@
-125,6
+125,7
@@
static int df_config (char *key, char *value)
ignorelist_set_invert (il_mountpoint, 1);
ignorelist_set_invert (il_fstype, 1);
}
+ return (0);
}
return (-1);