diff --git a/main/cli.c b/main/cli.c index f3e3e6e2277bdd861efaa0b1dd3a844b33fb5b75..b6e99834c67fc3bbefed71367d3af26fc86786bd 100644 --- a/main/cli.c +++ b/main/cli.c @@ -266,6 +266,11 @@ static char *handle_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args * return CLI_SUCCESS; } +/*! + * \bug The command "reload" needs to be re-added. Requiring "module reload" to reload everything, + * including core stuff, doesn't really make sense. Adding a "core reload" to reload everything, + * including modules, also doesn't really make sense. So, we should put "reload" back. + */ static char *handle_reload(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) { int x;