[Asterisk-code-review] Fix issue with CLI not returning to prompt after running "fe... (asterisk[13])
snuffy
asteriskteam at digium.com
Wed Oct 19 17:55:39 CDT 2016
snuffy has uploaded a new change for review. ( 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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/62/4162/1
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: newchange
Gerrit-Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: snuffy <snuffy22 at gmail.com>
More information about the asterisk-code-review
mailing list