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

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 23 12:03:10 MST 2006


Author: russell
Date: Tue May 23 14:03:09 2006
New Revision: 29787

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

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

Modified: team/group/rtpjitterbuffer/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/group/rtpjitterbuffer/channels/chan_zap.c?rev=29787&r1=29786&r2=29787&view=diff
==============================================================================
--- team/group/rtpjitterbuffer/channels/chan_zap.c (original)
+++ team/group/rtpjitterbuffer/channels/chan_zap.c Tue May 23 14:03:09 2006
@@ -5214,10 +5214,8 @@
 		ast_log(LOG_WARNING, "Unable to allocate channel structure\n");
 #ifdef AST_JB
 	/* Configure the new channel jb */
-	if(tmp != NULL && i != NULL)
-	{
+	if (tmp && i)
 		ast_jb_configure(tmp, &i->jbconf);
-	}
 #endif /* AST_JB */
 	return tmp;
 }



More information about the svn-commits mailing list