missing variables
authorWilfried Göesgens <willi@citadel.org>
Fri, 20 Jan 2006 17:55:39 +0000 (17:55 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 20 Jan 2006 17:55:39 +0000 (17:55 +0000)
citadel/citadel.c

index 03e07566e99b4bee5d686005728dce8554688492..a7e91e9c47a5b4d2a5788ad7837e037585f00d88 100644 (file)
@@ -1042,6 +1042,12 @@ int main(int argc, char **argv)
        CtdlIPC* ipc;                   /* Our server connection */
        int r;                          /* IPC result code */
 
+       int relh=0;
+       int home=0;
+       char relhome[PATH_MAX]="";
+       char ctdldir[PATH_MAX]=CTDLDIR;
+
+
 
        
        setIPCDeathHook(screen_delete);