mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager
synced 2024-11-05 19:03:31 +00:00
parent
a5feb44a44
commit
3621c2dd1e
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ _con_get_request_done (NMSecretAgent *agent,
|
|||
g_error_free (error);
|
||||
} else {
|
||||
/* Tell the failed agent we're no longer interested. */
|
||||
nm_secret_agent_cancel_secrets (parent->current, parent->current_call_id);
|
||||
nm_secret_agent_cancel_secrets (req->current, req->current_call_id);
|
||||
|
||||
/* Try the next agent */
|
||||
request_next_agent (req);
|
||||
|
|
Loading…
Reference in a new issue