Skip to content
Snippets Groups Projects
Commit e03364c4 authored by snuffy's avatar snuffy
Browse files

Fix issue with CLI not returning to prompt after running "features show"

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
parent 7c00b343
No related branches found
No related tags found
No related merge requests found
...@@ -1949,8 +1949,6 @@ static char *handle_feature_show(struct ast_cli_entry *e, int cmd, struct ast_cl ...@@ -1949,8 +1949,6 @@ static char *handle_feature_show(struct ast_cli_entry *e, int cmd, struct ast_cl
ao2_callback(cfg->featuregroups, 0, print_featuregroups, a); ao2_callback(cfg->featuregroups, 0, print_featuregroups, a);
} }
ast_cli(a->fd, "\n");
return CLI_SUCCESS; return CLI_SUCCESS;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment