mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Merge "CLI: Fix 'core set debug channel' completion bug."
This commit is contained in:
@@ -1391,6 +1391,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)) {
|
||||
|
||||
Reference in New Issue
Block a user