[Freeswitch-svn] [commit] r6118 - freeswitch/trunk/src
    Freeswitch SVN 
    brian at freeswitch.org
       
    Wed Oct 31 20:31:33 EDT 2007
    
    
  
Author: brian
Date: Wed Oct 31 20:31:33 2007
New Revision: 6118
Modified:
   freeswitch/trunk/src/switch_core_session.c
Log:
via tony
Modified: freeswitch/trunk/src/switch_core_session.c
==============================================================================
--- freeswitch/trunk/src/switch_core_session.c	(original)
+++ freeswitch/trunk/src/switch_core_session.c	Wed Oct 31 20:31:33 2007
@@ -905,8 +905,8 @@
 	switch_event_t *event;
 	switch_channel_t *channel;
 
-	if (switch_strlen_zero(arg)) {
-		arg = "_undef_";
+	if (!arg) {
+		arg = "";
 	}
 
 	log = switch_core_session_alloc(session, sizeof(*log));
    
    
More information about the Freeswitch-svn
mailing list