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

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
This commit is contained in:
snuffy
2016-10-20 09:53:24 +11:00
parent 7c00b34372
commit e03364c40a

View File

@@ -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);
}
ast_cli(a->fd, "\n");
return CLI_SUCCESS;
}