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:
parent
27dac87b7c
commit
40d5fecac2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue