From 40eda71dc655660753782c5fad56becf70f3a9df Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 2 Sep 2015 21:43:30 +0200 Subject: [PATCH] agent-manager: fix type of idle_id in Request structure --- src/settings/nm-agent-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/nm-agent-manager.c b/src/settings/nm-agent-manager.c index 9780ea31a7..afc7f328b4 100644 --- a/src/settings/nm-agent-manager.c +++ b/src/settings/nm-agent-manager.c @@ -452,7 +452,7 @@ struct _Request { /* Stores the sorted list of NMSecretAgents which will be asked for secrets */ GSList *pending; - guint32 idle_id; + guint idle_id; gboolean completed;