Fix pid file name - Still hardcoded but to nsg.
This commit is contained in:
parent
ccc81f3207
commit
b89a072a46
|
@ -48,7 +48,7 @@
|
|||
#include "private/switch_core_pvt.h"
|
||||
|
||||
/* pid filename: Stores the process id of the freeswitch process */
|
||||
#define PIDFILE "netborder-ss7.pid"
|
||||
#define PIDFILE "nsg.pid"
|
||||
static char *pfile = PIDFILE;
|
||||
static int system_ready = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue