[asterisk-commits] rmudgett: branch rmudgett/bkp_issue14068 r210599 - /team/rmudgett/bkp_issue14...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 5 14:26:33 CDT 2009
Author: rmudgett
Date: Wed Aug 5 14:26:29 2009
New Revision: 210599
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=210599
Log:
Change comment.
Modified:
team/rmudgett/bkp_issue14068/channels/chan_dahdi.c
Modified: team/rmudgett/bkp_issue14068/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/rmudgett/bkp_issue14068/channels/chan_dahdi.c?view=diff&rev=210599&r1=210598&r2=210599
==============================================================================
--- team/rmudgett/bkp_issue14068/channels/chan_dahdi.c (original)
+++ team/rmudgett/bkp_issue14068/channels/chan_dahdi.c Wed Aug 5 14:26:29 2009
@@ -14890,9 +14890,7 @@
* structures are locked. The PBX has not been
* started yet and it is unlikely that any other task
* will do anything with the channel we have just
- * created. To fix the locking so there is no
- * possibility of a deadlock would require some
- * redesign of this channel driver.
+ * created.
*/
if (!ast_strlen_zero(e->ring.callingsubaddr)) {
pbx_builtin_setvar_helper(c, "CALLINGSUBADDR", e->ring.callingsubaddr);
More information about the asterisk-commits
mailing list