]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel_ipc.c
* stress.c: Fixed. Now properly spawns threads and stresses out your
[citadel.git] / citadel / citadel_ipc.c
index 8e6c45c3deccb9c375e69935f44b389a1f995002..9de6189f79fd968f8376b40eed85c3ee9182ede7 100644 (file)
@@ -2855,8 +2855,9 @@ CtdlIPC* CtdlIPC_new(int argc, char **argv, char *hostbuf, char *portbuf)
        char cithost[SIZ];
        char citport[SIZ];
        char sockpath[SIZ];
+       CtdlIPC* ipc;
 
-       CtdlIPC *ipc = ialloc(CtdlIPC);
+       ipc = ialloc(CtdlIPC);
        if (!ipc) {
                return 0;
        }