mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
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:
parent
18fe100926
commit
c42de1c5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ nm_supplicant_config_add_setting_macsec(NMSupplicantConfig *self,
|
||||||
"mka_ckn",
|
"mka_ckn",
|
||||||
(char *) buffer_ckn,
|
(char *) buffer_ckn,
|
||||||
sizeof(buffer_ckn),
|
sizeof(buffer_ckn),
|
||||||
NULL,
|
value,
|
||||||
error))
|
error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue