dect
/
asterisk
Archived
13
0
Fork 0

Fix another CLI command so it doesn't run the real code when called for initialization.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89076 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-11-07 00:16:03 +00:00
parent 66129a4c7a
commit 06d06cb846
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ static char *handle_memory_show_summary(struct ast_cli_entry *e, int cmd, struct
"Usage: memory show summary [<file>]\n"
" Summarizes heap memory allocations by file, or optionally\n"
"by function, if a file is specified\n";
break;
return NULL;
case CLI_GENERATE:
return NULL;
}