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;