agent-manager: fix type of idle_id in Request structure

This commit is contained in:
Thomas Haller 2015-09-02 21:43:30 +02:00
parent 7a8eee99ff
commit 40eda71dc6

View file

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