[Asterisk-code-review] utils.c: Fix typo in handle show locks (asterisk[master])
George Joseph
asteriskteam at digium.com
Fri Apr 1 13:11:35 CDT 2016
George Joseph has uploaded a new change for review.
https://gerrit.asterisk.org/2524
Change subject: utils.c: Fix typo in handle_show_locks
......................................................................
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
---
M main/utils.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/2524/1
diff --git a/main/utils.c b/main/utils.c
index 6a778b9..e92f5c3 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -1153,7 +1153,7 @@
"Usage: core show locks\n"
" This command is for lock debugging. It prints out which locks\n"
"are owned by each active thread.\n";
- ast_cli_allow_on_shutdown(e);
+ ast_cli_allow_at_shutdown(e);
return NULL;
case CLI_GENERATE:
--
To view, visit https://gerrit.asterisk.org/2524
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f092495c0b2bfd85c2651e0b5877bf4d05d9faf
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
More information about the asterisk-code-review
mailing list