supplicant: display the MACsec CKN as hex string

The CKN can contain non-ASCII or NULL bytes. Display the original hex
string from configuration instead.
This commit is contained in:
Beniamino Galvani
2021-01-21 10:19:13 +01:00
parent 18fe100926
commit c42de1c5b6

View File

@@ -458,7 +458,7 @@ nm_supplicant_config_add_setting_macsec(NMSupplicantConfig *self,
"mka_ckn",
(char *) buffer_ckn,
sizeof(buffer_ckn),
NULL,
value,
error))
return FALSE;
}