This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/23732 )
Change subject: vty: Add space after prompt, as customary
......................................................................
vty: Add space after prompt, as customary
In all other programs, we have a space after the VTY prompt.
Change-Id: I7916c15cc34e41738a5716e4fefbb15e18f02fa7
---
M src/osmo_client_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/32/23732/1
diff --git a/src/osmo_client_vty.c b/src/osmo_client_vty.c
index 30158c5..fed9bf6 100644
--- a/src/osmo_client_vty.c
+++ b/src/osmo_client_vty.c
@@ -46,13 +46,13 @@
static struct cmd_node client_node = {
CLIENT_NODE,
- "%s(client)#",
+ "%s(client)# ",
1,
};
static struct cmd_node server_node = {
CLIENT_SERVER_NODE,
- "%s(server)#",
+ "%s(server)# ",
1,
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/23732
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I7916c15cc34e41738a5716e4fefbb15e18f02fa7
Gerrit-Change-Number: 23732
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210412/0055d799/attachment.htm>