From f18d532e964c7211c811ad84f18fca7e144fb540 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 15 Jan 2009 23:32:03 +0000 Subject: [PATCH] test git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11242 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/sip_profiles/internal-ipv6.xml | 9 +++++++-- src/switch.c | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/conf/sip_profiles/internal-ipv6.xml b/conf/sip_profiles/internal-ipv6.xml index 4aa782ddd8..02a0d13e18 100644 --- a/conf/sip_profiles/internal-ipv6.xml +++ b/conf/sip_profiles/internal-ipv6.xml @@ -101,10 +101,15 @@ + - + - + diff --git a/src/switch.c b/src/switch.c index 20401a1713..c47a64386d 100644 --- a/src/switch.c +++ b/src/switch.c @@ -83,7 +83,7 @@ static int freeswitch_kill_background() /* set the globals so we can use the global paths. */ switch_core_set_globals(); - + printf("WTF"); /* get the full path of the pid file. */ switch_snprintf(path, sizeof(path), "%s%s%s", SWITCH_GLOBAL_dirs.log_dir, SWITCH_PATH_SEPARATOR, pfile);