[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r325807 - /team/irroot/t38gateway-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 30 10:40:37 CDT 2011


Author: mnicholson
Date: Thu Jun 30 10:40:34 2011
New Revision: 325807

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325807
Log:
altered a development comment

Modified:
    team/irroot/t38gateway-trunk/res/res_fax.c

Modified: team/irroot/t38gateway-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax.c?view=diff&rev=325807&r1=325806&r2=325807
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Thu Jun 30 10:40:34 2011
@@ -2942,8 +2942,10 @@
 			}
 		}
 
-		/* XXX perhaps we should check the return value of
-		 * tech->write() */
+		/* XXX we ignore the return value here, perhaps we should
+		 * disable the gateway if a write fails. I am not sure how a
+		 * write would fail, or even if a failure would be fatal so for
+		 * now we'll just ignore the return value. */
 		gateway->s->tech->write(gateway->s, f);
 		f = &ast_null_frame;
 		return f;




More information about the asterisk-commits mailing list