Explorar o código

ctl: fix DEFAULT_CTL_SOCKER path

Victor Seva %!s(int64=10) %!d(string=hai) anos
pai
achega
b5d6699d41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/ctl/ctl_defaults.h

+ 1 - 1
modules/ctl/ctl_defaults.h

@@ -4,7 +4,7 @@
 /*listen by default on: */
 #ifdef SRNAME
 /* this is used when compiling sercmd tool */
-#define DEFAULT_CTL_SOCKET  "unixs:" RUN_DIR "/" SRNAME "/" SRNAME "_ctl"
+#define DEFAULT_CTL_SOCKET  "unixs:" RUN_DIR "/" SRNAME "_ctl"
 #else
 /* this is used when compiling sip server */
 #define DEFAULT_CTL_SOCKET  "unixs:" RUN_DIR "/" NAME "_ctl"