diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-23 18:46:34 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-23 18:46:34 +0000 |
commit | f6facbe75cf25fff69952dd63a86b72e8d269a7f (patch) | |
tree | ef5aeaa3ae55e5c93941224cc1c5db27f8d95d3f /src/charon/sa/tasks/ike_reauth.c | |
parent | a01ad993411a729544447b5f9f83f60133c84b09 (diff) | |
download | strongswan-f6facbe75cf25fff69952dd63a86b72e8d269a7f.tar.bz2 strongswan-f6facbe75cf25fff69952dd63a86b72e8d269a7f.tar.xz |
completed IKE_SA logging at the AUDIT level
Diffstat (limited to 'src/charon/sa/tasks/ike_reauth.c')
-rw-r--r-- | src/charon/sa/tasks/ike_reauth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/ike_reauth.c b/src/charon/sa/tasks/ike_reauth.c index 849e42ea9..30de16c3f 100644 --- a/src/charon/sa/tasks/ike_reauth.c +++ b/src/charon/sa/tasks/ike_reauth.c @@ -65,7 +65,8 @@ static status_t process_i(private_ike_reauth_t *this, message_t *message) /* process delete response first */ this->ike_delete->task.process(&this->ike_delete->task, message); - + SIG_IKE(DOWN_SUCCESS, "IKE_SA deleted"); + peer_cfg = this->ike_sa->get_peer_cfg(this->ike_sa); /* reauthenticate only if we have children */ |