From 8c4e824997dec18c5dc7a7dedd4053f51fece8f7 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 15 Nov 2016 10:07:22 +0100 Subject: [PATCH] exported-object: don't assert the presence of PropertiesChanged signal For new interfaces we don't define a PropertiesChanged signal as we rely on GDBus to generate one on the standard org.freedesktop.DBus.Properties interface. --- src/nm-exported-object.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nm-exported-object.c b/src/nm-exported-object.c index 2ff0d4680b..ca5f66c566 100644 --- a/src/nm-exported-object.c +++ b/src/nm-exported-object.c @@ -947,8 +947,7 @@ vtype_found: g_hash_table_insert (ifdata->pending_notifies, (gpointer) dbus_property_name, value_variant); - } else - nm_assert_not_reached (); + } if (!priv->notify_idle_id) priv->notify_idle_id = g_idle_add (idle_emit_properties_changed, self);