summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-01-20 16:09:05 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-01-20 16:09:05 +0100
commitaf16cd5a927e4b47564952ad5342731f36714a31 (patch)
tree4f70213395ff0096fbbce178ff2cc65bc43d979e
parent22722b77322fb3ddc1a99509340e8175acddb154 (diff)
downloadNetworkManager-af16cd5a927e4b47564952ad5342731f36714a31.tar.gz
veth: properly chain up the overridden notify method
Fixes: 992beb4f3440b046e0ba03e300d62da946a6f40e
-rw-r--r--src/devices/nm-device-veth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device-veth.c b/src/devices/nm-device-veth.c
index a5a87a2ddd..1971aeebf0 100644
--- a/src/devices/nm-device-veth.c
+++ b/src/devices/nm-device-veth.c
@@ -111,6 +111,7 @@ notify (GObject *object, GParamSpec *pspec)
{
if (nm_streq (pspec->name, NM_DEVICE_PARENT))
_notify (NM_DEVICE_VETH (object), PROP_PEER);
+ G_OBJECT_CLASS (nm_device_veth_parent_class)->notify (object, pspec);
}
static void