[Asterisk-code-review] Fix issue with CLI not returning to prompt after running "fe... (asterisk[13])

Anonymous Coward asteriskteam at digium.com
Thu Oct 20 10:06:58 CDT 2016


Anonymous Coward #1000019 has submitted this change and it was merged. ( https://gerrit.asterisk.org/4162 )

Change subject: Fix issue with CLI not returning to prompt after running "features show"
......................................................................


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

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
---
M main/features_config.c
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Matt Jordan: Looks good to me, approved



diff --git a/main/features_config.c b/main/features_config.c
index 9126a86..4a86f4b 100644
--- a/main/features_config.c
+++ b/main/features_config.c
@@ -1949,8 +1949,6 @@
 		ao2_callback(cfg->featuregroups, 0, print_featuregroups, a);
 	}
 
-	ast_cli(a->fd, "\n");
-
 	return CLI_SUCCESS;
 }
 

-- 
To view, visit https://gerrit.asterisk.org/4162
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: snuffy <snuffy22 at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-code-review mailing list