From 94c29932e24386f49cf240ac45c2d8a21d6db6d8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 16 Jan 2014 14:54:31 -0500 Subject: [PATCH] tui: fix build --- tui/nmt-secret-agent.c | 1 + 1 file changed, 1 insertion(+) 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;