Browse Source

D-Bus(old): Remove unnecessary wpa_supplicant_state_txt() check

This function cannot return NULL.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
8193e01e5b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      wpa_supplicant/dbus/dbus_old.c

+ 0 - 6
wpa_supplicant/dbus/dbus_old.c

@@ -434,12 +434,6 @@ void wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s,
 
 	new_state_str = wpa_supplicant_state_txt(new_state);
 	old_state_str = wpa_supplicant_state_txt(old_state);
-	if (new_state_str == NULL || old_state_str == NULL) {
-		wpa_printf(MSG_ERROR,
-		           "dbus: wpa_supplicant_dbus_notify_state_change: "
-		           "Could not convert state strings");
-		goto out;
-	}
 
 	if (!dbus_message_append_args(_signal,
 	                              DBUS_TYPE_STRING, &new_state_str,