mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 15:20:11 +01:00
libnm/vpn-service-plugin: add a missing return
This commit is contained in:
parent
0650b0b147
commit
1bb553798c
1 changed files with 1 additions and 0 deletions
|
|
@ -443,6 +443,7 @@ _connect_generic (NMVpnServicePlugin *plugin,
|
|||
"Invalid connection: (%d) %s",
|
||||
error->code, error->message);
|
||||
g_clear_error (&error);
|
||||
return;
|
||||
}
|
||||
|
||||
priv->interactive = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue