mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 19:20:32 +01:00
core: allow plugin/factory originated devices to assume connections
This didn't previously matter because BT/WWAN/WiFi/ADSL can't easily assume existing connections due to the external helpers involved, but when we converted Team support to a plugin we now want to allow this.
This commit is contained in:
parent
b9d8fe8085
commit
af13376e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1908,7 +1908,7 @@ factory_device_added_cb (NMDeviceFactory *factory,
|
|||
NMDevice *device,
|
||||
gpointer user_data)
|
||||
{
|
||||
add_device (NM_MANAGER (user_data), device, FALSE);
|
||||
add_device (NM_MANAGER (user_data), device, TRUE);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue