mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 09:40:17 +01:00
trivial: add missing break
This commit is contained in:
parent
8176af1152
commit
2b02eea1a4
1 changed files with 1 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ plugin_failed (DBusGProxy *proxy,
|
|||
break;
|
||||
default:
|
||||
priv->failure_reason = NM_VPN_CONNECTION_STATE_REASON_UNKNOWN;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue