dbus: Remove duplicated variable assignment
This gets rid of a static analyzer warning. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e997bc75dd
commit
a7c37d92d2
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ void wpa_dbus_flush_object_changed_properties(DBusConnection *con,
|
|||
return;
|
||||
eloop_cancel_timeout(flush_object_timeout_handler, con, obj_desc);
|
||||
|
||||
dsc = obj_desc->properties;
|
||||
for (dsc = obj_desc->properties, i = 0; dsc && dsc->dbus_property;
|
||||
dsc++, i++) {
|
||||
if (obj_desc->prop_changed_flags == NULL ||
|
||||
|
|
Loading…
Reference in a new issue