From e03364c40aa073b69ca8c6652fd17a91908b9aaf Mon Sep 17 00:00:00 2001
From: snuffy <snuffy22@gmail.com>
Date: Thu, 20 Oct 2016 09:53:24 +1100
Subject: [PATCH] Fix issue with CLI not returning to prompt after running
 "features show"

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
---
 main/features_config.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/main/features_config.c b/main/features_config.c
index 58ccb959b2..8307b12091 100644
--- a/main/features_config.c
+++ b/main/features_config.c
@@ -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;
 }
 
-- 
GitLab