mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Double-unlock error (reported by blitzrage on IRC)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1431,7 +1431,6 @@ static int __ast_cli_register(struct ast_cli_entry *e, struct ast_cli_entry *ed)
|
||||
AST_LIST_LOCK(&helpers);
|
||||
|
||||
if (find_cli(e->cmda, 1)) {
|
||||
AST_LIST_UNLOCK(&helpers);
|
||||
ast_log(LOG_WARNING, "Command '%s' already registered (or something close enough)\n", fulle);
|
||||
goto done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user