[asterisk-commits] mmichelson: trunk r89289 - in /trunk: ./ main/manager.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 15 08:58:30 CST 2007
Author: mmichelson
Date: Thu Nov 15 08:58:30 2007
New Revision: 89289
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89289
Log:
Merged revisions 89288 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r89288 | mmichelson | 2007-11-15 08:57:28 -0600 (Thu, 15 Nov 2007) | 3 lines
Undoing previous commit since I realize it was wrong
........
Modified:
trunk/ (props changed)
trunk/main/manager.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/manager.c
URL: http://svn.digium.com/view/asterisk/trunk/main/manager.c?view=diff&rev=89289&r1=89288&r2=89289
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Thu Nov 15 08:58:30 2007
@@ -2834,7 +2834,6 @@
ast_mutex_lock(&s->__lock);
if (s->managerid == ident && !s->needdestroy) {
ast_atomic_fetchadd_int(&s->inuse, 1);
- ast_mutex_unlock(&s->__lock);
break;
}
ast_mutex_unlock(&s->__lock);
More information about the asterisk-commits
mailing list