[Asterisk-code-review] utils.c: Fix typo in handle show locks (asterisk[13])

George Joseph asteriskteam at digium.com
Fri Apr 1 13:11:11 CDT 2016


George Joseph has uploaded a new change for review.

  https://gerrit.asterisk.org/2523

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/23/2523/1

diff --git a/main/utils.c b/main/utils.c
index 686af6b..9a400d9 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -1158,7 +1158,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/2523
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f092495c0b2bfd85c2651e0b5877bf4d05d9faf
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>



More information about the asterisk-code-review mailing list