Diff between b1c225b38d44666a930a7b8b7bb8d15172e22813 and 477d9c540b45be9f75293ff6f812c0cc18762e18

Changed Files

File Additions Deletions Status
monitor/rfcomm.c +0 -1 modified

Full Patch

diff --git a/monitor/rfcomm.c b/monitor/rfcomm.c
index 881ae5e..b3db98b 100644
--- a/monitor/rfcomm.c
+++ b/monitor/rfcomm.c
@@ -171,7 +171,6 @@ static bool uih_frame(struct rfcomm_frame *rfcomm_frame, uint8_t indent)
 			return false;
 		hdr->credits = credits;
 		print_field("%*cCredits: %d", indent, ' ', hdr->credits);
-		return true;
 	}
 
 	packet_hexdump(frame->data, frame->size);