Fix fuzzing test build

The commit that renamed the WNM BTM deallocation function forgot to
update the fuzz tester tool.

Fixes: e508c070c4 ("WNM: Keep BTM information until connection completes")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2024-03-05 17:09:25 +02:00 committed by Jouni Malinen
parent 27dac87b7c
commit 40d5fecac2

View file

@ -60,7 +60,7 @@ static int init_wpa(struct arg_ctx *ctx)
static void deinit_wpa(struct arg_ctx *ctx)
{
wnm_deallocate_memory(&ctx->wpa_s);
wnm_btm_reset(&ctx->wpa_s);
}