Skip to content

Commit

Permalink
ctl: fix DEFAULT_CTL_SOCKER path
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Apr 16, 2015
1 parent 26543b9 commit b5d6699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ctl/ctl_defaults.h
Expand Up @@ -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"
Expand Down

0 comments on commit b5d6699

Please sign in to comment.