mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -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 New Issue
Block a user