openvn: Fix missing break in last commit

Fixes: a3a92ecc5c
Change-Id: I6d5aeea965cc9d2f417be24dbeca0278d2f83567
This commit is contained in:
Pau Espin 2019-03-16 18:26:00 +01:00
parent 778ac848d3
commit d7321347b9
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ static char *parse_state(struct msgb *msg, struct openvpn_client *vpn)
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;