Merge "CLI: Fix 'core set debug channel' completion bug." into 15

changes/30/7630/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit d312068ee9

@ -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)) {

Loading…
Cancel
Save