mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
unit: Print tls_alert
This commit is contained in:
parent
961c3e849d
commit
41361053b3
@ -2855,6 +2855,7 @@ static void eapol_sm_test_tls_test_ready(const char *peer_identity,
|
||||
static void eapol_sm_test_tls_test_disconnected(enum l_tls_alert_desc reason,
|
||||
bool remote, void *user_data)
|
||||
{
|
||||
l_info("Unexpected TLS alert: %d", reason);
|
||||
assert(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user