From: wadam Date: Wed, 13 Jul 2011 14:57:09 +0000 (-0400) Subject: Fix pid file name - Still hardcoded but to nsg. X-Git-Tag: v1.2.3^2~71^2^2~217^2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b89a072a4691988da077720d0cfb3f11c0a4ae01;p=thirdparty%2Ffreeswitch.git Fix pid file name - Still hardcoded but to nsg. --- diff --git a/src/switch.c b/src/switch.c index c0f4b5c2d3..038dd2c759 100644 --- a/src/switch.c +++ b/src/switch.c @@ -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;