[Asterisk-cvs] asterisk manager.c,1.121,1.122

kpfleming kpfleming
Tue Oct 4 18:19:41 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv1242

Modified Files:
	manager.c 
Log Message:
allow manager actions to properly close the session again (issue #5350)


Index: manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/manager.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- manager.c	3 Oct 2005 21:01:29 -0000	1.121
+++ manager.c	4 Oct 2005 22:15:28 -0000	1.122
@@ -1283,8 +1283,6 @@
 		}
 		if (!tmp)
 			astman_send_error(s, m, "Invalid/unknown command");
-		else
-			ret = 0;
 		ast_mutex_lock(&s->__lock);
 		s->busy = 0;
 		while(s->eventq) {




More information about the svn-commits mailing list