Parcourir la source

Removed mac_addr from eapol_ctx to fix the eapol_test build

Jouni Malinen il y a 16 ans
Parent
commit
a17322c345
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      wpa_supplicant/eapol_test.c

+ 0 - 1
wpa_supplicant/eapol_test.c

@@ -336,7 +336,6 @@ static int test_eapol(struct eapol_test_data *e, struct wpa_supplicant *wpa_s,
 	ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
 	ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
 #endif /* EAP_TLS_OPENSSL */
-	ctx->mac_addr = wpa_s->own_addr;
 
 	wpa_s->eapol = eapol_sm_init(ctx);
 	if (wpa_s->eapol == NULL) {