[Freeswitch-svn] [commit] r4314 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Sat Feb 17 17:22:52 EST 2007


Author: anthm
Date: Sat Feb 17 17:22:52 2007
New Revision: 4314

Modified:
   freeswitch/trunk/src/switch_rtp.c

Log:
tweak

Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c	(original)
+++ freeswitch/trunk/src/switch_rtp.c	Sat Feb 17 17:22:52 2007
@@ -323,7 +323,7 @@
  done:
 
 	if (status != SWITCH_STATUS_SUCCESS) {
-		rtp_session->ready = NULL;
+		rtp_session->ready = 0;
 	}
 
 	if (new_sock) {



More information about the Freeswitch-svn mailing list