calc home dirs
authorWilfried Göesgens <willi@citadel.org>
Fri, 20 Jan 2006 16:26:59 +0000 (16:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 20 Jan 2006 16:26:59 +0000 (16:26 +0000)
citadel/citadel.c

index 6779f8978c8b825a245f87a9eb02d22839be2f53..03e07566e99b4bee5d686005728dce8554688492 100644 (file)
@@ -1042,6 +1042,8 @@ int main(int argc, char **argv)
        CtdlIPC* ipc;                   /* Our server connection */
        int r;                          /* IPC result code */
 
+
+       
        setIPCDeathHook(screen_delete);
        setIPCErrorPrintf(err_printf);
        setCryptoStatusHook(statusHook);
@@ -1117,6 +1119,8 @@ 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