[asterisk-commits] rmudgett: branch group/issue14292 r209552 - in /team/group/issue14292: ./ cha...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 30 10:46:20 CDT 2009
Author: rmudgett
Date: Thu Jul 30 10:46:16 2009
New Revision: 209552
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=209552
Log:
Merged revisions 209452 via svnmerge from
https://origsvn.digium.com/svn/asterisk/team/group/issue14068
........
r209452 | rmudgett | 2009-07-29 14:09:02 -0500 (Wed, 29 Jul 2009) | 1 line
Remove unneeded comments.
........
Modified:
team/group/issue14292/ (props changed)
team/group/issue14292/channels/chan_dahdi.c
Propchange: team/group/issue14292/
------------------------------------------------------------------------------
--- issue14292-integrated (original)
+++ issue14292-integrated Thu Jul 30 10:46:16 2009
@@ -1,1 +1,1 @@
-/team/group/issue14068:1-203324
+/team/group/issue14068:1-209551
Modified: team/group/issue14292/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/issue14292/channels/chan_dahdi.c?view=diff&rev=209552&r1=209551&r2=209552
==============================================================================
--- team/group/issue14292/channels/chan_dahdi.c (original)
+++ team/group/issue14292/channels/chan_dahdi.c Thu Jul 30 10:46:16 2009
@@ -15287,7 +15287,6 @@
if (!subcmds) {
return;
}
- //ast_mutex_lock(&pri->pvts[chanpos]->lock);
for (index = 0; index < subcmds->counter_subcmd; ++index) {
const struct pri_subcommand *subcmd = &subcmds->subcmd[index];
@@ -15415,7 +15414,6 @@
break;
}
}
- //ast_mutex_unlock(&pri->pvts[chanpos]->lock);
}
#endif /* defined(HAVE_PRI) */
More information about the asterisk-commits
mailing list