3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-26 02:19:26 +01:00

fils: add forgotten break

This commit is contained in:
James Prestwood 2019-05-10 13:19:35 -07:00 committed by Denis Kenzior
parent 03ff5ef7d0
commit 4c32dd09f6

View File

@ -409,6 +409,7 @@ static int fils_rx_associate(struct auth_proto *driver, const uint8_t *frame,
goto invalid_ies;
ap_key_auth = iter.data;
break;
}
}