From: Wilfried Göesgens Date: Fri, 20 Jan 2006 16:26:59 +0000 (+0000) Subject: calc home dirs X-Git-Tag: v7.86~4295 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=881bcb6df647baa275244dda131696ba40e3748c;p=citadel.git calc home dirs --- diff --git a/citadel/citadel.c b/citadel/citadel.c index 6779f8978..03e07566e 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -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