Message ID | 20221018234600.3990980-3-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v2,1/3] settings: Fix scan-build warning | expand |
diff --git a/monitor/att.c b/monitor/att.c index 7a4125567498..fbd75db03b83 100644 --- a/monitor/att.c +++ b/monitor/att.c @@ -2785,7 +2785,7 @@ static void print_notify(const struct l2cap_frame *frame, uint16_t handle, struct gatt_handler *handler; struct l2cap_frame clone; - print_handle(frame, handle, false); + print_handle(frame, handle, true); print_hex_field(" Data", frame->data, len); if (len > frame->size) {