mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 12:20:09 +01:00
ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfg
This commit is contained in:
parent
f6272144e9
commit
ae5cfba05c
1 changed files with 2 additions and 0 deletions
|
|
@ -761,6 +761,8 @@ constructed (GObject *object)
|
|||
GVariant *ret;
|
||||
guint32 result;
|
||||
|
||||
G_OBJECT_CLASS (settings_plugin_ifcfg_parent_class)->constructed (object);
|
||||
|
||||
bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);
|
||||
if (!bus) {
|
||||
_LOGW ("Couldn't connect to D-Bus: %s", error->message);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue