libnm/client: drop an unused argument
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1502
This commit is contained in:
@@ -3083,7 +3083,6 @@ _dbus_handle_interface_added(NMClient *self,
|
|||||||
const char *interface_name;
|
const char *interface_name;
|
||||||
GVariant *changed_properties;
|
GVariant *changed_properties;
|
||||||
GVariantIter iter_ifaces;
|
GVariantIter iter_ifaces;
|
||||||
NMLDBusObject *dbobj = NULL;
|
|
||||||
|
|
||||||
nm_assert(g_variant_is_of_type(ifaces, G_VARIANT_TYPE("a{sa{sv}}")));
|
nm_assert(g_variant_is_of_type(ifaces, G_VARIANT_TYPE("a{sa{sv}}")));
|
||||||
|
|
||||||
@@ -3097,7 +3096,7 @@ _dbus_handle_interface_added(NMClient *self,
|
|||||||
interface_name,
|
interface_name,
|
||||||
TRUE,
|
TRUE,
|
||||||
changed_properties,
|
changed_properties,
|
||||||
&dbobj))
|
NULL))
|
||||||
changed = TRUE;
|
changed = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user