mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 21:00:10 +01:00
libnm: set error when failing registration of old secret agent
We return FALSE, we ought to return a meaningful error.
This commit is contained in:
parent
db4d83d5a4
commit
0ea1fb4e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ nm_secret_agent_old_register (NMSecretAgentOld *self,
|
|||
*/
|
||||
if (nmdbus_agent_manager_call_register_sync (priv->manager_proxy,
|
||||
priv->identifier,
|
||||
cancellable, NULL))
|
||||
cancellable, error))
|
||||
goto success;
|
||||
|
||||
/* Failure */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue