[asterisk-commits] branch oej/t38passthrough r11842 - /team/oej/t38passthrough/channels/chan_sip.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Mar 5 01:12:09 MST 2006


Author: oej
Date: Sun Mar  5 02:12:07 2006
New Revision: 11842

URL: http://svn.digium.com/view/asterisk?rev=11842&view=rev
Log:
Fix compilation for older gcc (PCadach reported this issue)

Modified:
    team/oej/t38passthrough/channels/chan_sip.c

Modified: team/oej/t38passthrough/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/t38passthrough/channels/chan_sip.c?rev=11842&r1=11841&r2=11842&view=diff
==============================================================================
--- team/oej/t38passthrough/channels/chan_sip.c (original)
+++ team/oej/t38passthrough/channels/chan_sip.c Sun Mar  5 02:12:07 2006
@@ -3989,8 +3989,9 @@
 	}
 #if defined(T38_SUPPORT)
 	if (udptlportno != -1) {
+		int found = 0;
+
 		old = 0;
-		int found = 0;
 
 		/* Scan trough the a= lines for T38 attributes and set apropriate fileds */
 		sdpLineNum_iterator_init(&iterator);



More information about the asterisk-commits mailing list