projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d99b31
)
filecount plugin: Fix bitfield and default behavior.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 25 Dec 2009 10:11:49 +0000
(11:11 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 22:15:15 +0000
(23:15 +0100)
src/filecount.c
patch
|
blob
|
history
diff --git
a/src/filecount.c
b/src/filecount.c
index
b9dcad8
..
dc242ad
100644
(file)
--- a/
src/filecount.c
+++ b/
src/filecount.c
@@
-32,7
+32,7
@@
#include <fnmatch.h>
#define FC_RECURSIVE 1
-#define FC_HIDDEN
1
+#define FC_HIDDEN
2
struct fc_directory_conf_s
{
@@
-381,7
+381,6
@@
static int fc_config_add_dir (oconfig_item_t *ci)
fc_config_set_instance (dir, dir->path);
dir->options = FC_RECURSIVE;
- dir->options = FC_HIDDEN;
dir->name = NULL;
dir->mtime = 0;