]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel_ipc.c
* citadel_ipc.c: RUN_DIR not RUNDIR in line 2944
[citadel.git] / citadel / citadel_ipc.c
index eec241329a866869fb4a1c6d19014d5cd98a65e2..cee446ed95156714f91c2ef824b802bb384f4ff4 100644 (file)
@@ -2941,7 +2941,7 @@ CtdlIPC* CtdlIPC_new(int argc, char **argv, char *hostbuf, char *portbuf)
        if (!strcmp(cithost, UDS)) {
                if (!strcasecmp(citport, DEFAULT_PORT)) {
 #ifdef HAVE_RUN_DIR
-                       snprintf(sockpath, sizeof sockpath, RUNDIR "/citadel.socket");
+                       snprintf(sockpath, sizeof sockpath, RUN_DIR "/citadel.socket");
 #else
                        snprintf(sockpath, sizeof sockpath, CTDLDIR "/citadel.socket");
 #endif