[asterisk-commits] irroot: branch irroot/t38gateway-1.8 r320940 - /team/irroot/t38gateway-1.8/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 26 01:16:45 CDT 2011


Author: irroot
Date: Thu May 26 01:16:33 2011
New Revision: 320940

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=320940
Log:
Small comment added from -trunk


Modified:
    team/irroot/t38gateway-1.8/res/res_fax_spandsp.c

Modified: team/irroot/t38gateway-1.8/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-1.8/res/res_fax_spandsp.c?view=diff&rev=320940&r1=320939&r2=320940
==============================================================================
--- team/irroot/t38gateway-1.8/res/res_fax_spandsp.c (original)
+++ team/irroot/t38gateway-1.8/res/res_fax_spandsp.c Thu May 26 01:16:33 2011
@@ -717,6 +717,7 @@
 {
 	struct spandsp_pvt *p = s->tech_pvt;
 
+	/*invalid frame*/
 	if (!f->data.ptr || !f->samples) {
 		return 0;
 	}




More information about the asterisk-commits mailing list