mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-04 22:30:38 +02:00
libnm: chain up NMRemoteConnection::constructed() function
Fixes: 0fdd71fe6e
This commit is contained in:
parent
2eeb13d81e
commit
9ed0e3705e
1 changed files with 2 additions and 0 deletions
|
|
@ -763,6 +763,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)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue