tui: fix build

This commit is contained in:
Dan Winship 2014-01-16 14:54:31 -05:00
parent 177c767320
commit 94c29932e2

View file

@ -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;