Skip to content
Snippets Groups Projects
Commit 6f442c4a authored by Russell Bryant's avatar Russell Bryant
Browse files

fix some breakage from the CLI command changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0a28b21d
No related branches found
No related tags found
No related merge requests found
...@@ -417,11 +417,11 @@ static struct ast_cli_entry cli_show_memory_summary_deprecated = { ...@@ -417,11 +417,11 @@ static struct ast_cli_entry cli_show_memory_summary_deprecated = {
static struct ast_cli_entry cli_memory[] = { static struct ast_cli_entry cli_memory[] = {
{ { "memory", "show", "allocations", NULL }, { { "memory", "show", "allocations", NULL },
handle_show_memory, "Display outstanding memory allocations", handle_show_memory, "Display outstanding memory allocations",
show_memory_help, NULL, &cli_show_memory_allocations }, show_memory_help, NULL, &cli_show_memory_allocations_deprecated },
{ { "memory", "show", "summary", NULL }, { { "memory", "show", "summary", NULL },
handle_show_memory_summary, "Summarize outstanding memory allocations", handle_show_memory_summary, "Summarize outstanding memory allocations",
show_memory_summary_help, NULL, &cli_show_memory_summary }, show_memory_summary_help, NULL, &cli_show_memory_summary_deprecated },
}; };
void __ast_mm_init(void) void __ast_mm_init(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment