[Freeswitch-svn] [commit] r4313 - freeswitch/trunk/src
    Freeswitch SVN 
    anthm at freeswitch.org
       
    Sat Feb 17 17:19:56 EST 2007
    
    
  
Author: anthm
Date: Sat Feb 17 17:19:56 2007
New Revision: 4313
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:19:56 2007
@@ -322,6 +322,10 @@
 
  done:
 
+	if (status != SWITCH_STATUS_SUCCESS) {
+		rtp_session->ready = NULL;
+	}
+
 	if (new_sock) {
 		switch_socket_close(new_sock);
 	}
    
    
More information about the Freeswitch-svn
mailing list