mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Fix pid file name - Still hardcoded but to nsg.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user