[Freeswitch-trunk] [commit] r14050 - freeswitch/trunk/contrib/cparker/mod_xml_radius
FreeSWITCH SVN
mikej at freeswitch.org
Tue Jun 30 09:34:55 PDT 2009
Author: mikej
Date: Tue Jun 30 11:34:54 2009
New Revision: 14050
Log:
comment out unused code
Modified:
freeswitch/trunk/contrib/cparker/mod_xml_radius/mod_xml_radius.c
Modified: freeswitch/trunk/contrib/cparker/mod_xml_radius/mod_xml_radius.c
==============================================================================
--- freeswitch/trunk/contrib/cparker/mod_xml_radius/mod_xml_radius.c (original)
+++ freeswitch/trunk/contrib/cparker/mod_xml_radius/mod_xml_radius.c Tue Jun 30 11:34:54 2009
@@ -63,11 +63,13 @@
static switch_bool_t debug = SWITCH_FALSE;
+#if 0
static int logi = 0;
static void logger(char *str)
{
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "DEBUG[%i] [%s]\n", ++logi, str);
}
+#endif
static rc_handle *my_radius_init(void)
More information about the Freeswitch-trunk
mailing list