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

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
changes/61/4161/1
snuffy 9 years ago
parent 7c00b34372
commit e03364c40a

@ -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;
}

Loading…
Cancel
Save