From e2fb93228a17341a2fb54161a5198f9e74695859 Mon Sep 17 00:00:00 2001 From: Mazi Lo Date: Wed, 18 May 2011 13:12:27 +0000 Subject: [PATCH] update patches SVN-Revision: 26938 --- net/freeswitch/patches/100-compile_fix.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net/freeswitch/patches/100-compile_fix.patch diff --git a/net/freeswitch/patches/100-compile_fix.patch b/net/freeswitch/patches/100-compile_fix.patch deleted file mode 100644 index 3380a78dac..0000000000 --- a/net/freeswitch/patches/100-compile_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/src/mod/endpoints/mod_sofia/sofia.c -+++ b/src/mod/endpoints/mod_sofia/sofia.c -@@ -1571,11 +1571,7 @@ static void logger(void *logarg, char co - if (!fmt) - return; - -- if (ap) { -- switch_log_vprintf(SWITCH_CHANNEL_LOG_CLEAN, mod_sofia_globals.tracelevel, fmt, ap); -- } else { -- switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, mod_sofia_globals.tracelevel, "%s", fmt); -- } -+ switch_log_vprintf(SWITCH_CHANNEL_LOG_CLEAN, mod_sofia_globals.tracelevel, fmt, ap); - } - - static su_log_t *sofia_get_logger(const char *name) -- 2.30.2