mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 05:30:08 +01:00
parent
91a644d4a5
commit
22c87f0df8
1 changed files with 4 additions and 1 deletions
|
|
@ -1095,7 +1095,10 @@ nm_secret_agent_simple_response (NMSecretAgentSimple *self,
|
|||
gboolean has_vpn = FALSE;
|
||||
gboolean has_wg = FALSE;
|
||||
|
||||
settings = g_hash_table_new (nm_str_hash, g_str_equal);
|
||||
settings = g_hash_table_new_full (nm_str_hash,
|
||||
g_str_equal,
|
||||
NULL,
|
||||
(GDestroyNotify) g_variant_builder_unref);
|
||||
for (i = 0; i < secrets->len; i++) {
|
||||
SecretReal *secret = secrets->pdata[i];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue