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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 1 13:19:09 CDT 2011


Author: mnicholson
Date: Wed Jun  1 13:19:03 2011
New Revision: 321535

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=321535
Log:
I missed a spot where we pass p to t38_tx_packet_handler

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

Modified: team/irroot/t38gateway-trunk/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax_spandsp.c?view=diff&rev=321535&r1=321534&r2=321535
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax_spandsp.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax_spandsp.c Wed Jun  1 13:19:03 2011
@@ -484,7 +484,7 @@
 		}
 
 		/* init t38 stuff */
-		t38_terminal_init(&p->t38_state, caller_mode, t38_tx_packet_handler, p);
+		t38_terminal_init(&p->t38_state, caller_mode, t38_tx_packet_handler, s);
 		set_logging(&p->t38_state.logging, s->details);
 	}
 




More information about the asterisk-commits mailing list