From: Jouni Malinen Date: Sun, 2 Mar 2014 14:18:38 +0000 (+0200) Subject: dbus: Remove duplicated variable assignment X-Git-Tag: hostap_2_2~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c37d92d2ed85ed8275b02c8462368c01b72959;p=thirdparty%2Fhostap.git dbus: Remove duplicated variable assignment This gets rid of a static analyzer warning. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/dbus/dbus_new_helpers.c b/wpa_supplicant/dbus/dbus_new_helpers.c index e26086dd1..712bffce2 100644 --- a/wpa_supplicant/dbus/dbus_new_helpers.c +++ b/wpa_supplicant/dbus/dbus_new_helpers.c @@ -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 ||