summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-05-07 12:40:05 +0200
committerThomas Haller <thaller@redhat.com>2017-05-11 12:35:57 +0200
commit5fbe01cbc35c416bb2fbf0336b59f733ff3a9dd6 (patch)
treead3b25abc560cb8757e8cbccb2a01530b1d7c11c
parent5f48f0de3a44ea9bfdd21e17c3c6b60d6c30a491 (diff)
downloadNetworkManager-5fbe01cbc35c416bb2fbf0336b59f733ff3a9dd6.tar.gz
libnm: fix type for "notify_id" source id in "nm-object.c"
-rw-r--r--libnm/nm-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 93784884cd..f292cfbcc1 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -79,7 +79,7 @@ typedef struct {
* to defer their notifications by adding themselves here. */
CList notify_items;
- guint32 notify_id;
+ guint notify_id;
guint reload_remaining;