veth: properly chain up the overridden notify method

Fixes: 992beb4f34
This commit is contained in:
Lubomir Rintel 2017-01-20 16:09:05 +01:00
parent 22722b7732
commit af16cd5a92

View file

@ -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