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:
Dan Williams 2014-08-19 14:13:46 -05:00
parent b9d8fe8085
commit af13376e2b

View file

@ -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