]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix issue with CLI not returning to prompt after running "features show" 62/4162/1
authorsnuffy <snuffy22@gmail.com>
Wed, 19 Oct 2016 22:53:24 +0000 (09:53 +1100)
committersnuffy <snuffy22@gmail.com>
Wed, 19 Oct 2016 22:55:39 +0000 (17:55 -0500)
ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8

main/features_config.c

index 9126a86c7dc836adaccd61f1402e105d15adc643..4a86f4baaa4c03a319f2f8340e00274aa58cf4a2 100644 (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;
 }