libnm: chain up NMRemoteConnection::constructed() function

Fixes: 0fdd71fe6e
(cherry picked from commit 9ed0e3705e)
(cherry picked from commit 8a857c4475)
This commit is contained in:
Thomas Haller 2017-03-07 23:47:06 +01:00
parent 5843538252
commit 135fa26dab

View file

@ -778,6 +778,8 @@ get_property (GObject *object, guint prop_id,
static void
constructed (GObject *object)
{
G_OBJECT_CLASS (nm_remote_connection_parent_class)->constructed (object);
nm_connection_set_path (NM_CONNECTION (object),
nm_object_get_path (NM_OBJECT (object)));
}