[svn-commits] moy: branch moy/mfcr2-1.2 r131204 - /team/moy/mfcr2-1.2/channels/chan_zap.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 15 23:11:17 CDT 2008


Author: moy
Date: Tue Jul 15 23:11:16 2008
New Revision: 131204

URL: http://svn.digium.com/view/asterisk?view=rev&rev=131204
Log:
fixing my incomplete and dumb-ass previous incomplete commit that caused deadlocks (hopefully anyway)

Modified:
    team/moy/mfcr2-1.2/channels/chan_zap.c

Modified: team/moy/mfcr2-1.2/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2-1.2/channels/chan_zap.c?view=diff&rev=131204&r1=131203&r2=131204
==============================================================================
--- team/moy/mfcr2-1.2/channels/chan_zap.c (original)
+++ team/moy/mfcr2-1.2/channels/chan_zap.c Tue Jul 15 23:11:16 2008
@@ -8059,6 +8059,7 @@
 					ast_log(LOG_DEBUG, "Yay!, someone just beat us in the race for channel %d.\n", p->channel);
 					goto next;
 				}
+				p->mfcr2call = 1;
 				ast_mutex_unlock(&p->lock);
 				zt_r2_update_monitor_count(p->mfcr2, 0);
 			}




More information about the svn-commits mailing list