summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-12-18 15:58:34 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-18 15:58:34 -0600
commitb14d16592790f681c5e2e1c5d80fbe0eb92bf358 (patch)
tree69332c1492171725a4361e7eeb6ff1699bad5a45
parentcbb71df228f5cd3543c4eef6f9eacb992bdd2c53 (diff)
parent5cdc65cf1e83274b90cf0410f1174eac2b277296 (diff)
Merge "CLI: Fix 'core set debug channel' completion bug." into 13
-rw-r--r--main/cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/cli.c b/main/cli.c
index 8e0cc3bd3..7039b72fc 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -1418,6 +1418,8 @@ static char *handle_core_set_debug_channel(struct ast_cli_entry *e, int cmd, str
} else if (a->pos == 5) {
return ast_cli_complete(a->word, completions_off, a->n);
}
+
+ return NULL;
}
if (cmd == (CLI_HANDLER + 1000)) {