From d36df06c24a44c09fb838816cae03f921986c6ff Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 11 Feb 2020 21:03:38 +0100 Subject: [PATCH] shared: don't require callback argument to nm_dbus_connection_call_set() It's fine to call propery-set without caring about the result. --- shared/nm-glib-aux/nm-dbus-aux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared/nm-glib-aux/nm-dbus-aux.c b/shared/nm-glib-aux/nm-dbus-aux.c index 7c55b5a75..9cb0a7f09 100644 --- a/shared/nm-glib-aux/nm-dbus-aux.c +++ b/shared/nm-glib-aux/nm-dbus-aux.c @@ -111,8 +111,6 @@ void nm_dbus_connection_call_set (GDBusConnection *dbus_connection, NMDBusConnectionCallDefaultCb callback, gpointer user_data) { - nm_assert (callback); - g_dbus_connection_call (dbus_connection, bus_name, object_path,