allow manager actions to properly close the session again (issue #5350)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-10-04 22:15:28 +00:00
parent a0a478a72c
commit e67a6e0344
1 changed files with 0 additions and 2 deletions

View File

@ -1283,8 +1283,6 @@ static int process_message(struct mansession *s, struct message *m)
}
if (!tmp)
astman_send_error(s, m, "Invalid/unknown command");
else
ret = 0;
ast_mutex_lock(&s->__lock);
s->busy = 0;
while(s->eventq) {