core: use GetSecrets flags everywhere
This commit is contained in:
@@ -114,7 +114,7 @@ guint32
|
||||
nm_act_request_get_secrets (NMActRequest *self,
|
||||
NMConnection *connection,
|
||||
const char *setting_name,
|
||||
gboolean request_new,
|
||||
guint32 flags,
|
||||
const char *hint,
|
||||
NMActRequestSecretsFunc callback,
|
||||
gpointer callback_data)
|
||||
@@ -137,7 +137,7 @@ nm_act_request_get_secrets (NMActRequest *self,
|
||||
call_id = nm_agent_manager_get_secrets (priv->agent_mgr,
|
||||
connection ? connection : priv->connection,
|
||||
setting_name,
|
||||
request_new,
|
||||
flags,
|
||||
hint,
|
||||
get_secrets_cb,
|
||||
self,
|
||||
|
Reference in New Issue
Block a user