From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- tools/l2cap-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c index 3f6dd29..b8b740c 100644 --- a/tools/l2cap-tester.c +++ b/tools/l2cap-tester.c @@ -673,7 +673,7 @@ static void setup_powered_common(void) data->mgmt_index, pin_code_request_callback, data, NULL); - if (test->client_io_cap) + if (test && test->client_io_cap) bthost_set_io_capability(bthost, test->client_io_cap); if (test && test->client_pin) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html