mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 02:30:43 +02:00
supplicant-config: correct the uri attribute/query separator
This commit is contained in:
parent
d4d6272fec
commit
583192d121
1 changed files with 2 additions and 2 deletions
|
|
@ -866,11 +866,11 @@ add_pkcs11_uri_with_pin (NMSupplicantConfig *self,
|
|||
}
|
||||
|
||||
tmp = g_strdup_printf ("%s%s%s", split[0],
|
||||
(pin_qattr ? "&" : ""),
|
||||
(pin_qattr ? "?" : ""),
|
||||
(pin_qattr ? pin_qattr : ""));
|
||||
|
||||
tmp_log = g_strdup_printf ("%s%s%s", split[0],
|
||||
(pin_qattr ? "&" : ""),
|
||||
(pin_qattr ? "?" : ""),
|
||||
(pin_qattr ? "pin-value=<hidden>" : ""));
|
||||
|
||||
return add_string_val (self, tmp, name, FALSE, tmp_log, error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue