eap: Use pen_t instead of uint32_t for vendor ID
This commit is contained in:
@@ -125,7 +125,7 @@ METHOD(eap_method_t, initiate_server, status_t,
|
||||
}
|
||||
|
||||
METHOD(eap_method_t, get_type, eap_type_t,
|
||||
private_eap_identity_t *this, uint32_t *vendor)
|
||||
private_eap_identity_t *this, pen_t *vendor)
|
||||
{
|
||||
*vendor = 0;
|
||||
return EAP_IDENTITY;
|
||||
|
||||
Reference in New Issue
Block a user