]> code.citadel.org Git - citadel.git/blobdiff - citadel/sendcommand.c
* if -D added, citserver will print out the Directories.
[citadel.git] / citadel / sendcommand.c
index c0709ec57d7f66f752d9d046610b00ace1ea41a7..4254d72133b10a40f7391ff41c8c936b1bbf0b2d 100644 (file)
@@ -204,7 +204,7 @@ int main(int argc, char **argv)
                }
        }
 
-       calc_dirs_n_files(relh, home, relhome, ctdldir);
+       calc_dirs_n_files(relh, home, relhome, ctdldir, 0);
        get_config();
 
        signal(SIGINT, cleanup);