Fix pid file name - Still hardcoded but to nsg.

This commit is contained in:
wadam 2011-07-13 10:57:09 -04:00 committed by Moises Silva
parent ccc81f3207
commit b89a072a46
1 changed files with 1 additions and 1 deletions

View File

@ -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;