summaryrefslogtreecommitdiff
path: root/tools/l2cap-tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/l2cap-tester.c')
-rw-r--r--tools/l2cap-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index 3f6dd2986..b8b740c6a 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)