From 20c2fedb79ea3b602b5b08a8e51b8b2510173216 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 30 Oct 2013 14:43:47 +0200 Subject: [PATCH] tools/mgmt-tester: Fix calling test_setup twice --- tools/mgmt-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 79b7c8281..b50177ffc 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -2461,7 +2461,7 @@ static void test_setup(const void *test_data) unsigned char off[] = { 0x00 }; mgmt_send(data->mgmt, MGMT_OP_SET_BREDR, data->mgmt_index, sizeof(off), off, - func, data, NULL); + NULL, data, NULL); } } } -- 2.47.3