diff options
Diffstat (limited to 'net/citadel/files/patch-al')
-rw-r--r-- | net/citadel/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/citadel/files/patch-al b/net/citadel/files/patch-al new file mode 100644 index 000000000000..1ad3bc00fa56 --- /dev/null +++ b/net/citadel/files/patch-al @@ -0,0 +1,11 @@ +--- ipc_c_tcp.c.orig Mon Sep 10 10:45:23 2001 ++++ ipc_c_tcp.c Mon Sep 10 10:45:35 2001 +@@ -315,7 +315,7 @@ + + /* If we're using a unix domain socket we can do a bunch of stuff */ + if (!strcmp(cithost, UDS)) { +- sprintf(sockpath, "citadel.socket"); ++ sprintf(sockpath, "%s/citadel.socket", BBSDIR); + serv_sock = uds_connectsock(sockpath); + if (hostbuf != NULL) strcpy(hostbuf, cithost); + if (portbuf != NULL) strcpy(portbuf, sockpath); |