mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
network: don't ask for always-ask secrets when interaction isn't allowed
Clearly a typo... https://bugzilla.gnome.org/show_bug.cgi?id=679091
This commit is contained in:
parent
970b9deeaa
commit
2b2a235a49
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ shell_network_agent_get_secrets (NMSecretAgent *agent,
|
|||
g_hash_table_replace (self->priv->requests, request->request_id, request);
|
||||
|
||||
if ((flags & NM_SECRET_AGENT_GET_SECRETS_FLAG_REQUEST_NEW) ||
|
||||
(flags && NM_SECRET_AGENT_GET_SECRETS_FLAG_ALLOW_INTERACTION
|
||||
((flags & NM_SECRET_AGENT_GET_SECRETS_FLAG_ALLOW_INTERACTION)
|
||||
&& is_connection_always_ask (request->connection)))
|
||||
{
|
||||
request_secrets_from_ui (request);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue