[svn-commits] jrose: branch 10 r353962 - /branches/10/res/res_fax.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 3 10:22:35 CST 2012


Author: jrose
Date: Fri Feb  3 10:22:31 2012
New Revision: 353962

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=353962
Log:
Fixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes

(closes issue ASTERISK-19184)
Reported by: Alexandr

Modified:
    branches/10/res/res_fax.c

Modified: branches/10/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/res/res_fax.c?view=diff&rev=353962&r1=353961&r2=353962
==============================================================================
--- branches/10/res/res_fax.c (original)
+++ branches/10/res/res_fax.c Fri Feb  3 10:22:31 2012
@@ -2891,7 +2891,6 @@
 		if (!(details = find_details(chan))) {
 			ast_log(LOG_ERROR, "no FAX session details found on chan %s for T.38 gateway session, odd\n", chan->name);
 			ast_framehook_detach(chan, gateway->framehook);
-			details->gateway_id = -1;
 			return f;
 		}
 	}




More information about the svn-commits mailing list