aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 15:58:11 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-05 15:58:11 +0000
commite387c61e4f71e932c9a81269c34c93b4ff92f0fb (patch)
tree76d189e34c2bb5c6fb520226634fa870939aef0b /res/res_agi.c
parentede6df540e16ef190ea859e8c477edbee80baca0 (diff)
Conditionally load the AGI command gosub, depending on whether or not res_agi
has been loaded, fix a return value in the loader, and ensure that the help workhorse header does not print on load. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@120602 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 952c28c27..4c3c701a5 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2722,7 +2722,6 @@ static char *handle_cli_agi_show(struct ast_cli_entry *e, int cmd, struct ast_cl
" When called with a topic as an argument, displays usage\n"
" information on the given command. If called without a\n"
" topic, it provides a list of AGI commands.\n";
- break;
case CLI_GENERATE:
return NULL;
}