mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-01 07:12:26 +00:00
utils.c: Fix typo in handle_show_locks
ast_cli_allow_on_shutdown(e) should have been ast_cli_allow_at_shutdown(e). Change-Id: I4f092495c0b2bfd85c2651e0b5877bf4d05d9faf
This commit is contained in:
@@ -1153,7 +1153,7 @@ static char *handle_show_locks(struct ast_cli_entry *e, int cmd, struct ast_cli_
|
|||||||
"Usage: core show locks\n"
|
"Usage: core show locks\n"
|
||||||
" This command is for lock debugging. It prints out which locks\n"
|
" This command is for lock debugging. It prints out which locks\n"
|
||||||
"are owned by each active thread.\n";
|
"are owned by each active thread.\n";
|
||||||
ast_cli_allow_on_shutdown(e);
|
ast_cli_allow_at_shutdown(e);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
case CLI_GENERATE:
|
case CLI_GENERATE:
|
||||||
|
Reference in New Issue
Block a user