Diff between 3cca42e312faaab962a0694a5a1bf10004a23e02 and 781dc72600c9d6f37f027453eb709244838ad545
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/hci.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index a1977f8..d49b979 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -707,7 +707,7 @@ static inline void command_dump(int level, struct frame *frm)
case OCF_ADD_SCO:
case OCF_SET_CONN_PTYPE:
add_sco_dump(level + 1, frm);
- break;
+ return;
case OCF_ACCEPT_CONN_REQ:
accept_conn_req_dump(level + 1, frm);
return;