Diff between f7459450c3cdb24423615e1957f296b479f89aee and ab8a3b836133345ce2e29f4a079aaff1f5a33b70

Changed Files

File Additions Deletions Status
plugins/hciops.c +1 -1 modified

Full Patch

diff --git a/plugins/hciops.c b/plugins/hciops.c
index 4225cd8..69627eb 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -111,7 +111,7 @@ static struct dev_info {
 	uint16_t did_version;
 
 	gboolean up;
-	unsigned long pending;
+	uint32_t pending;
 
 	GIOChannel *io;
 	guint watch_id;