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-iuh/+/23081 )
Change subject: hnbgw: Add missing break statement
......................................................................
hnbgw: Add missing break statement
We don't want to print usage information after the VTY reference XML.
Change-Id: Ia729134a8f18d53274bbc063aa39508c7dcc1f72
---
M src/hnbgw.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/81/23081/1
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 965e8a4..9211a7e 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -472,6 +472,7 @@
switch (c) {
case 0:
handle_long_options(argv[0], long_option);
+ break;
case 'h':
print_usage();
print_help();
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/23081
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Ia729134a8f18d53274bbc063aa39508c7dcc1f72
Gerrit-Change-Number: 23081
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/20210224/8c87a17c/attachment.htm>