[asterisk-commits] russell: trunk r43372 - /trunk/main/astmm.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Sep 20 14:14:03 MST 2006


Author: russell
Date: Wed Sep 20 16:14:02 2006
New Revision: 43372

URL: http://svn.digium.com/view/asterisk?rev=43372&view=rev
Log:
fix some breakage from the CLI command changes

Modified:
    trunk/main/astmm.c

Modified: trunk/main/astmm.c
URL: http://svn.digium.com/view/asterisk/trunk/main/astmm.c?rev=43372&r1=43371&r2=43372&view=diff
==============================================================================
--- trunk/main/astmm.c (original)
+++ trunk/main/astmm.c Wed Sep 20 16:14:02 2006
@@ -417,11 +417,11 @@
 static struct ast_cli_entry cli_memory[] = {
 	{ { "memory", "show", "allocations", NULL },
 	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 },
 	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)



More information about the asterisk-commits mailing list