[svn-commits] branch group/rtpjitterbuffer r29799 - /team/group/rtpjitterbuffer/channels/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 23 12:05:52 MST 2006


Author: russell
Date: Tue May 23 14:05:51 2006
New Revision: 29799

URL: http://svn.digium.com/view/asterisk?rev=29799&view=rev
Log:
formatting

Modified:
    team/group/rtpjitterbuffer/channels/chan_sip.c

Modified: team/group/rtpjitterbuffer/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/rtpjitterbuffer/channels/chan_sip.c?rev=29799&r1=29798&r2=29799&view=diff
==============================================================================
--- team/group/rtpjitterbuffer/channels/chan_sip.c (original)
+++ team/group/rtpjitterbuffer/channels/chan_sip.c Tue May 23 14:05:51 2006
@@ -3315,10 +3315,8 @@
 				
 #ifdef AST_JB
 	/* Configure the new channel jb */
-	if(tmp != NULL && i != NULL && i->rtp != NULL)
-	{
+	if (tmp && i && i->rtp)
 		ast_jb_configure(tmp, &i->jbconf);
-	}
 #endif /* AST_JB */
 				
 	return tmp;



More information about the svn-commits mailing list