[svn-commits] mmichelson: branch 1.4 r89288 - /branches/1.4/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 15 08:57:28 CST 2007


Author: mmichelson
Date: Thu Nov 15 08:57:28 2007
New Revision: 89288

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89288
Log:
Undoing previous commit since I realize it was wrong


Modified:
    branches/1.4/main/manager.c

Modified: branches/1.4/main/manager.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/manager.c?view=diff&rev=89288&r1=89287&r2=89288
==============================================================================
--- branches/1.4/main/manager.c (original)
+++ branches/1.4/main/manager.c Thu Nov 15 08:57:28 2007
@@ -2487,7 +2487,6 @@
 		ast_mutex_lock(&s->__lock);
 		if (s->sessiontimeout && (s->managerid == ident) && !s->needdestroy) {
 			s->inuse++;
-			ast_mutex_unlock(&s->__lock);
 			break;
 		}
 		ast_mutex_unlock(&s->__lock);




More information about the svn-commits mailing list