apply suggestion
This commit is contained in:
committed by
Shreyas Sheth
parent
5059f574d0
commit
e64e900be8
@@ -264,7 +264,7 @@ static void gas_query_timeout(void *eloop_data, void *user_ctx)
|
||||
{
|
||||
struct dpp_authentication *auth = user_ctx;
|
||||
|
||||
if (!s_dpp_ctx.dpp_auth || !s_dpp_ctx.dpp_auth.auth_success || (s_dpp_ctx.dpp_auth != auth)) {
|
||||
if (!s_dpp_ctx.dpp_auth || !s_dpp_ctx.dpp_auth->auth_success || (s_dpp_ctx.dpp_auth != auth)) {
|
||||
wpa_printf(MSG_INFO, "DPP-GAS: Auth %p state not correct", auth);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user