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
(parent:
2dbc316
)
- checkin of IKE SA gets performed
author
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 12:51:15 +0000
(12:51 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 12:51:15 +0000
(12:51 -0000)
Source/charon/thread_pool.c
patch
|
blob
|
history
diff --git
a/Source/charon/thread_pool.c
b/Source/charon/thread_pool.c
index
add3815
..
3baa241
100644
(file)
--- a/
Source/charon/thread_pool.c
+++ b/
Source/charon/thread_pool.c
@@
-205,6
+205,13
@@
static void job_processing(private_thread_pool_t *this)
global_ike_sa_manager->checkin_and_delete(global_ike_sa_manager, ike_sa);
break;
}
+
+ status = global_ike_sa_manager->checkin(global_ike_sa_manager, ike_sa);
+ if (status != SUCCESS)
+ {
+ this->logger->log(this->logger, ERROR, "thread %u: %s could not checkin IKE_SA.",
+ pthread_self(), mapping_find(status_m, status));
+ }
break;
}
case RETRANSMIT_REQUEST: