mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fixing a problem pointed out by Qwell
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2403,7 +2403,7 @@ static int process_message(struct mansession *s, const struct message *m)
|
||||
sleep(1);
|
||||
ast_mutex_lock(&s->__lock);
|
||||
astman_send_error(s, m, "Login Already In Use");
|
||||
ast_mutex_lock(&s->__lock);
|
||||
ast_mutex_unlock(&s->__lock);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user