strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a6cbf64
)
- log changed
author
Jan Hutter
<jhutter@hsr.ch>
Tue, 6 Dec 2005 16:48:17 +0000
(16:48 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Tue, 6 Dec 2005 16:48:17 +0000
(16:48 -0000)
Source/charon/threads/thread_pool.c
patch
|
blob
|
history
diff --git
a/Source/charon/threads/thread_pool.c
b/Source/charon/threads/thread_pool.c
index
195fba0
..
eb10c74
100644
(file)
--- a/
Source/charon/threads/thread_pool.c
+++ b/
Source/charon/threads/thread_pool.c
@@
-450,7
+450,7
@@
static void process_delete_established_ike_sa_job(private_thread_pool_t *this, d
break;
}
}
-
+ this->worker_logger->log(this->worker_logger, CONTROL, "Delete established IKE_SA.");
status = charon->ike_sa_manager->checkin_and_delete(charon->ike_sa_manager, ike_sa);
if (status != SUCCESS)
{