diff options
Diffstat (limited to 'src/libcharon/plugins/eap_radius/eap_radius_provider.c')
-rw-r--r-- | src/libcharon/plugins/eap_radius/eap_radius_provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/eap_radius/eap_radius_provider.c b/src/libcharon/plugins/eap_radius/eap_radius_provider.c index 83fa83830..6087313b5 100644 --- a/src/libcharon/plugins/eap_radius/eap_radius_provider.c +++ b/src/libcharon/plugins/eap_radius/eap_radius_provider.c @@ -254,7 +254,7 @@ METHOD(listener_t, message_hook, bool, message->get_exchange_type(message) == IKE_AUTH)) { /* if the addresses have not been claimed yet, they won't. Release - * these ressources. */ + * these resources. */ release_unclaimed(this, ike_sa); } } @@ -267,7 +267,7 @@ METHOD(listener_t, ike_updown, bool, if (!up) { /* if the message hook does not apply because of a failed exchange - * or something, make sure we release any ressources now */ + * or something, make sure we release any resources now */ release_unclaimed(this, ike_sa); } return TRUE; |