From af13376e2bb22bc13921a2f2c39c66a476ac674d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 19 Aug 2014 14:13:46 -0500 Subject: [PATCH] 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. --- src/nm-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-manager.c b/src/nm-manager.c index fd7d071456..842fba998c 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -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