Diff between d1c281d89a24f6b5f97fd63ee78cf718750cf7a0 and bbf2080f647485308c3c68b399c1f1544fc20451

Changed Files

File Additions Deletions Status
tools/mgmt-tester.c +1 -1 modified

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 273401c..bf61f9d 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -1714,7 +1714,7 @@ int main(int argc, char *argv[])
 			test_command_generic);
 
 	test_bredr("Unblock Device - Invalid Parameters 1",
-			&block_device_invalid_param_test_1, NULL,
+			&unblock_device_invalid_param_test_1, NULL,
 			test_command_generic);
 
 	return tester_run();