aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 20:55:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 20:55:06 +0000
commit88b1efe5d3a5c97e0657953e1d5846fdbd24fada (patch)
tree2959a0c3fa7ea0fa2dae04ab7a36ff5a528910c7 /main
parentad80b14c6ce3ad36b58478611fc607bbf5df284f (diff)
Merged revisions 208706 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r208706 | russell | 2009-07-24 15:54:37 -0500 (Fri, 24 Jul 2009) | 6 lines Note that "reload" needs to be added back. I keep getting annoyed at having to type "module reload" to reload everything, so I'm adding a note that we need to add "reload" back. "module reload" doesn't really make sense as the command to reload everything, including the core. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@208707 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/cli.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/cli.c b/main/cli.c
index f72948339..d88ae161f 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;