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

Joshua Colp asteriskteam at digium.com
Thu Oct 20 11:03:55 CDT 2016


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4163 )

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 58ccb95..8307b12 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/4163
To unsubscribe, visit https://gerrit.asterisk.org/settings

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



More information about the asterisk-code-review mailing list