diff options
author | Dan Winship <danw@gnome.org> | 2014-01-16 14:54:31 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-01-16 14:54:39 -0500 |
commit | 94c29932e24386f49cf240ac45c2d8a21d6db6d8 (patch) | |
tree | 4ab93d69273cfa89b845f48335cb4e53d5b2d8b3 /tui | |
parent | 177c767320578c490ff94e723115d830d1753ae1 (diff) | |
download | NetworkManager-94c29932e24386f49cf240ac45c2d8a21d6db6d8.tar.gz |
tui: fix build
Diffstat (limited to 'tui')
-rw-r--r-- | tui/nmt-secret-agent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tui/nmt-secret-agent.c b/tui/nmt-secret-agent.c index 69e8cb8d56..7939a84379 100644 --- a/tui/nmt-secret-agent.c +++ b/tui/nmt-secret-agent.c @@ -435,6 +435,7 @@ nmt_secret_agent_get_secrets (NMSecretAgent *agent, { NmtSecretAgent *self = NMT_SECRET_AGENT (agent); NmtSecretAgentPrivate *priv = NMT_SECRET_AGENT_GET_PRIVATE (self); + NmtSecretAgentRequest *request; NMSettingConnection *s_con; const char *connection_type; char *request_id; |