mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 15:40:22 +01:00
agent-manager: fix type of idle_id in Request structure
This commit is contained in:
parent
7a8eee99ff
commit
40eda71dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue