]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix issue with CLI not returning to prompt after running "features show" 63/4163/1
authorsnuffy <snuffy22@gmail.com>
Wed, 19 Oct 2016 22:53:24 +0000 (09:53 +1100)
committerJoshua Colp <jcolp@digium.com>
Thu, 20 Oct 2016 11:48:22 +0000 (06:48 -0500)
ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8

main/features_config.c

index 58ccb959b213eb28e975d78c035aad82abda1f86..8307b1209186d11ce8d386d835bef00c84e1312b 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;
 }