Removed libcharon dependencies from generic RADIUS protocol support

This commit is contained in:
Martin Willi
2012-03-05 18:06:15 +01:00
parent 99cb353968
commit 990fda9d88
4 changed files with 10 additions and 3 deletions
@@ -134,6 +134,10 @@ static bool send_message(private_eap_radius_accounting_t *this,
ack = response->get_code(response) == RMC_ACCOUNTING_RESPONSE;
response->destroy(response);
}
else
{
charon->bus->alert(charon->bus, ALERT_RADIUS_NOT_RESPONDING);
}
client->destroy(client);
}
return ack;