mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 21:10:12 +01:00
agent: pass the right call-id in the secrets callback
This commit is contained in:
parent
8ff556be3c
commit
ec55e32ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ secrets_callback (DBusGProxy *proxy,
|
|||
dbus_g_proxy_end_call (proxy, call, &error,
|
||||
DBUS_TYPE_G_MAP_OF_MAP_OF_VARIANT, &secrets,
|
||||
G_TYPE_INVALID);
|
||||
r->callback (r->agent, r, secrets, error, r->callback_data);
|
||||
r->callback (r->agent, r->call, secrets, error, r->callback_data);
|
||||
if (secrets)
|
||||
g_hash_table_unref (secrets);
|
||||
g_clear_error (&error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue