D-Bus(old): Remove unnecessary wpa_supplicant_state_txt() check
[mech_eap.git] / wpa_supplicant / dbus / dbus_old.c
index 85d8a78..a86d39f 100644 (file)
@@ -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,