mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 14:00:15 +01:00
libnm-glib: fix getting remote secrets
This commit is contained in:
parent
7e7cfbd946
commit
492eb70f75
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ get_secrets (NMSettingsConnectionInterface *connection,
|
|||
call->user_data = user_data;
|
||||
call->proxy = priv->secrets_proxy;
|
||||
|
||||
call->call = org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async (priv->proxy,
|
||||
call->call = org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async (priv->secrets_proxy,
|
||||
setting_name,
|
||||
hints,
|
||||
request_new,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue