From c6a0c46151beded4b8f68ef44189795cec081bae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 11 Aug 2014 11:51:18 +0300 Subject: [PATCH] smp-tester: Fix typo in using correct data --- tools/smp-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/smp-tester.c b/tools/smp-tester.c index 786367cdb..a9a883059 100644 --- a/tools/smp-tester.c +++ b/tools/smp-tester.c @@ -286,7 +286,7 @@ static const uint8_t smp_nval_req_3[] = { 0x01, 0xff }; static const uint8_t smp_nval_req_3_rsp[] = { 0x05, 0x0a }; static const struct smp_req_rsp srv_nval_req_2[] = { - { smp_nval_req_2, sizeof(smp_nval_req_3), + { smp_nval_req_3, sizeof(smp_nval_req_3), smp_nval_req_3_rsp, sizeof(smp_nval_req_3_rsp) }, }; -- 2.47.3