Diff between 1d73d302702f0e949d408392869e9d8faf131103 and 99bda64b3934be1e922693443afa0593a78873c9

Changed Files

File Additions Deletions Status
monitor/l2cap.h +1 -1 modified

Full Patch

diff --git a/monitor/l2cap.h b/monitor/l2cap.h
index c14aeef..975f78a 100644
--- a/monitor/l2cap.h
+++ b/monitor/l2cap.h
@@ -92,7 +92,7 @@ static inline bool l2cap_frame_get_le16(struct l2cap_frame *frame,
 
 	l2cap_frame_pull(frame, frame, sizeof(*value));
 
-	return 0;
+	return true;
 }
 
 static inline bool l2cap_frame_get_be32(struct l2cap_frame *frame,