[svn-commits] rmudgett: branch group/issue14068 r210603 - /team/group/issue14068/channels/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 5 14:27:37 CDT 2009
Author: rmudgett
Date: Wed Aug 5 14:27:33 2009
New Revision: 210603
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=210603
Log:
Change comment.
Modified:
team/group/issue14068/channels/sig_pri.c
Modified: team/group/issue14068/channels/sig_pri.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/issue14068/channels/sig_pri.c?view=diff&rev=210603&r1=210602&r2=210603
==============================================================================
--- team/group/issue14068/channels/sig_pri.c (original)
+++ team/group/issue14068/channels/sig_pri.c Wed Aug 5 14:27:33 2009
@@ -1752,9 +1752,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 svn-commits
mailing list