vpn-connection: try completing the connection when plugin sends config

In case there's no IP configuration we wan the connection to succeed,
not time out.
This commit is contained in:
Lubomir Rintel 2016-01-28 08:40:45 +01:00
parent 06dbbb899c
commit 8e3a5f6d3a

View file

@ -1280,6 +1280,8 @@ nm_vpn_connection_config_get (NMVpnConnection *self, GVariant *dict)
if (g_variant_lookup (dict, NM_VPN_PLUGIN_CONFIG_HAS_IP6, "b", &b))
priv->has_ip6 = b;
nm_exported_object_clear_and_unexport (&priv->ip6_config);
nm_vpn_connection_config_maybe_complete (self, TRUE);
}
guint32