Removed libcharon dependencies from generic RADIUS protocol support
This commit is contained in:
@@ -188,6 +188,10 @@ METHOD(eap_method_t, initiate, status_t,
|
||||
}
|
||||
response->destroy(response);
|
||||
}
|
||||
else
|
||||
{
|
||||
charon->bus->alert(charon->bus, ALERT_RADIUS_NOT_RESPONDING);
|
||||
}
|
||||
request->destroy(request);
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user