Diff between 60de2f6009642c032ad751339f2ad9cfd5c1025d and b8064300372044679d9b51e735a856c8820097fa

Changed Files

File Additions Deletions Status
btio/btio.c +1 -1 modified

Full Patch

diff --git a/btio/btio.c b/btio/btio.c
index 6d71b90..a3cf38a 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -800,7 +800,7 @@ static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1,
 	uint8_t dev_class[3];
 	uint16_t handle;
 	socklen_t len;
-	gboolean flushable;
+	gboolean flushable = FALSE;
 
 	len = sizeof(l2o);
 	memset(&l2o, 0, len);