diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-12 14:14:52 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-12 14:14:52 +0000 |
commit | e9c0ca15e177d4651dca5092b02a50bfb57842a1 (patch) | |
tree | 7eedb7bb4c463cd19de516c7a3bddf72dfc5ec05 /Source/charon/threads/thread_pool.c | |
parent | 6db4e80b569137103b5003b9585e32c12af1a694 (diff) | |
download | strongswan-e9c0ca15e177d4651dca5092b02a50bfb57842a1.tar.bz2 strongswan-e9c0ca15e177d4651dca5092b02a50bfb57842a1.tar.xz |
- added deletion of IKE_SA
Diffstat (limited to 'Source/charon/threads/thread_pool.c')
-rw-r--r-- | Source/charon/threads/thread_pool.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/charon/threads/thread_pool.c b/Source/charon/threads/thread_pool.c index 2b0259e92..ac926a30b 100644 --- a/Source/charon/threads/thread_pool.c +++ b/Source/charon/threads/thread_pool.c @@ -444,9 +444,8 @@ static void process_delete_established_ike_sa_job(private_thread_pool_t *this, d } default: { - /* - * TODO Send delete notify - */ + this->worker_logger->log(this->worker_logger, CONTROL, "Send delete request for IKE_SA."); + ike_sa->send_delete_ike_sa_request(ike_sa); break; } } |