X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ffilecount.c;h=ef1a1387b0e7409e4b4453d7839a61034f5e2127;hp=26c7da32343ac81e01842b8fe2db39dc436fdce8;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=a396da422740caf336a6d594515e8d80de6f440a diff --git a/src/filecount.c b/src/filecount.c index 26c7da32..ef1a1387 100644 --- a/src/filecount.c +++ b/src/filecount.c @@ -61,7 +61,7 @@ struct fc_directory_conf_s { typedef struct fc_directory_conf_s fc_directory_conf_t; static fc_directory_conf_t **directories; -static size_t directories_num = 0; +static size_t directories_num; static void fc_free_dir(fc_directory_conf_t *dir) { sfree(dir->path);