mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 03:08:08 +02: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;
|
GVariant *ret;
|
||||||
guint32 result;
|
guint32 result;
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (settings_plugin_ifcfg_parent_class)->constructed (object);
|
||||||
|
|
||||||
bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);
|
bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);
|
||||||
if (!bus) {
|
if (!bus) {
|
||||||
_LOGW ("Couldn't connect to D-Bus: %s", error->message);
|
_LOGW ("Couldn't connect to D-Bus: %s", error->message);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue