summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-02 21:43:30 +0200
committerThomas Haller <thaller@redhat.com>2015-09-18 14:31:31 +0200
commit40eda71dc655660753782c5fad56becf70f3a9df (patch)
tree3073f3452083ce841b5773037bfd2532e4f80740
parent7a8eee99ff5b942c430b243850eb54131041b0bc (diff)
downloadNetworkManager-40eda71dc655660753782c5fad56becf70f3a9df.tar.gz
agent-manager: fix type of idle_id in Request structure
-rw-r--r--src/settings/nm-agent-manager.c2
1 files changed, 1 insertions, 1 deletions
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;