summaryrefslogtreecommitdiffstats
path: root/btio
diff options
context:
space:
mode:
Diffstat (limited to 'btio')
-rw-r--r--btio/btio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btio/btio.c b/btio/btio.c
index 6d71b90f..a3cf38a3 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);