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:32:41 UTC 2019


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/13294 )

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

openvn: Fix missing break in last commit

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

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I6d5aeea965cc9d2f417be24dbeca0278d2f83567
Gerrit-Change-Number: 13294
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190316/ed07c17d/attachment.htm>


More information about the gerrit-log mailing list