mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 19:40:12 +01: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",
|
||||
(char *) buffer_ckn,
|
||||
sizeof(buffer_ckn),
|
||||
NULL,
|
||||
value,
|
||||
error))
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue