mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
dbus: Fix a copy-paste error in debug print
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
This commit is contained in:
parent
8a848fae66
commit
fb7e7daeff
@ -1877,7 +1877,7 @@ out:
|
||||
os_free(iface);
|
||||
return reply;
|
||||
#else /* IEEE8021X_EAPOL */
|
||||
wpa_printf(MSG_DEBUG, "CTRL_IFACE: 802.1X not included");
|
||||
wpa_printf(MSG_DEBUG, "dbus: 802.1X not included");
|
||||
return wpas_dbus_error_unknown_error(message, "802.1X not included");
|
||||
#endif /* IEEE8021X_EAPOL */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user