[sr-dev] git:master:b5d6699d: ctl: fix DEFAULT_CTL_SOCKER path

Victor Seva linuxmaniac at torreviejawireless.org
Thu Apr 16 14:49:21 CEST 2015


Module: kamailio
Branch: master
Commit: b5d6699d413c201a092d1c080e5f414417c89a18
URL: https://github.com/kamailio/kamailio/commit/b5d6699d413c201a092d1c080e5f414417c89a18

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-04-16T14:36:43+02:00

ctl: fix DEFAULT_CTL_SOCKER path

---

Modified: modules/ctl/ctl_defaults.h

---

Diff:  https://github.com/kamailio/kamailio/commit/b5d6699d413c201a092d1c080e5f414417c89a18.diff
Patch: https://github.com/kamailio/kamailio/commit/b5d6699d413c201a092d1c080e5f414417c89a18.patch

---

diff --git a/modules/ctl/ctl_defaults.h b/modules/ctl/ctl_defaults.h
index 10498e3..b41aa53 100644
--- a/modules/ctl/ctl_defaults.h
+++ b/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"




More information about the sr-dev mailing list