mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 16:20:46 +02:00
manager: fix activating VPN connections
nm_manager_activate_connection() is also called for VPNs.
Fixes: 3e3d53ce69
This commit is contained in:
parent
164e6b9e6b
commit
e732403a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -4215,7 +4215,7 @@ nm_manager_activate_connection (NMManager *self,
|
|||
}
|
||||
|
||||
active = _new_active_connection (self,
|
||||
FALSE,
|
||||
_connection_is_vpn (NM_CONNECTION (connection)),
|
||||
NM_CONNECTION (connection),
|
||||
applied,
|
||||
specific_object,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue