From: Wilfried Göesgens Date: Fri, 20 Jan 2006 20:48:13 +0000 (+0000) Subject: calculate once. todo: move commandline parsing up. X-Git-Tag: v7.86~4290 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=13490bb531105e8455fe15bb6d385a8502d2e482;p=citadel.git calculate once. todo: move commandline parsing up. --- diff --git a/citadel/citadel.c b/citadel/citadel.c index 0889d07a4..8a7adc5ae 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -1126,8 +1126,6 @@ int main(int argc, char **argv) logoff(NULL, 3); } - calc_dirs_n_files(relh, home, relhome, ctdldir); - /* * Drop privileges if necessary. We stat * citadel.config to get the uid/gid since it's @@ -1155,7 +1153,6 @@ int main(int argc, char **argv) } } - calc_dirs_n_files(relh, home, relhome, ctdldir); screen_new();