filecount plugin: Fix bitfield and default behavior.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 25 Dec 2009 10:11:49 +0000 (11:11 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 22:15:15 +0000 (23:15 +0100)
src/filecount.c

index b9dcad8..dc242ad 100644 (file)
@@ -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;