mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 05:00:38 +02:00
libnm: add assertion in _dbus_handle_properties_changed()
This commit is contained in:
parent
d8214144d2
commit
3ceec9c6ac
1 changed files with 1 additions and 0 deletions
|
|
@ -2959,6 +2959,7 @@ _dbus_handle_properties_changed(NMClient * self,
|
|||
dbobj = _dbobjs_dbobj_create(self, g_steal_pointer(&dbus_path));
|
||||
nml_dbus_object_set_obj_state(dbobj, NML_DBUS_OBJ_STATE_ON_DBUS, self);
|
||||
db_iface_data = nml_dbus_object_iface_data_get(dbobj, interface_name, TRUE);
|
||||
nm_assert(db_iface_data);
|
||||
}
|
||||
|
||||
NM_SET_OUT(inout_dbobj, dbobj);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue