summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-11-04 14:49:15 +0100
committerThomas Haller <thaller@redhat.com>2015-11-07 09:55:07 +0100
commit78b677169b87b5a54f8fdf200a7567dcb4b3a0bb (patch)
treedb5e685738dfe1550d0bdb24c377d2a44c4ff368
parent553c15410ea0427c5a83950b77e0375ed589b316 (diff)
downloadNetworkManager-78b677169b87b5a54f8fdf200a7567dcb4b3a0bb.tar.gz
ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfg
-rw-r--r--src/settings/plugins/ifcfg-rh/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c
index 70e06db9f7..e7ce97a28d 100644
--- a/src/settings/plugins/ifcfg-rh/plugin.c
+++ b/src/settings/plugins/ifcfg-rh/plugin.c
@@ -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);