Change in osmo-sysmon[master]: openvn: Fix missing break in last commit

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Sat Mar 16 17:26:30 UTC 2019


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/13294


Change subject: openvn: Fix missing break in last commit
......................................................................

openvn: Fix missing break in last commit

Fixes: 778ac848d30b3c814f40dde2e30ea374b12bcc7a
Change-Id: I6d5aeea965cc9d2f417be24dbeca0278d2f83567
---
M src/osysmon_openvpn.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/94/13294/1

diff --git a/src/osysmon_openvpn.c b/src/osysmon_openvpn.c
index 5d9af8a..8d88def 100644
--- a/src/osysmon_openvpn.c
+++ b/src/osysmon_openvpn.c
@@ -107,6 +107,7 @@
 		case 2:
 			snprintf(buf, sizeof(buf), "%s (%s)", vpn->rem_cfg->name, tok);
 			update_name(vpn->rem_cfg, buf);
+			break;
 		case 3:
 			osmo_talloc_replace_string(vpn->rem_cfg, &vpn->tun_ip, tok);
 			break;

-- 
To view, visit https://gerrit.osmocom.org/13294
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d5aeea965cc9d2f417be24dbeca0278d2f83567
Gerrit-Change-Number: 13294
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190316/da0d8717/attachment.htm>


More information about the gerrit-log mailing list