]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix pid file name - Still hardcoded but to nsg.
authorwadam <wadam@sangoma.com>
Wed, 13 Jul 2011 14:57:09 +0000 (10:57 -0400)
committerMoises Silva <moy@sangoma.com>
Wed, 5 Oct 2011 20:43:26 +0000 (16:43 -0400)
src/switch.c

index c0f4b5c2d3f659dc46d6797b8404076126fa1ff9..038dd2c7591a5f3fb6fed187cbfaa6112d5f6f56 100644 (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;