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:
31332ef
)
- coding rule fix :-)
author
Jan Hutter
<jhutter@hsr.ch>
Mon, 21 Nov 2005 10:59:13 +0000
(10:59 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Mon, 21 Nov 2005 10:59:13 +0000
(10:59 -0000)
Source/charon/thread_pool.c
patch
|
blob
|
history
diff --git
a/Source/charon/thread_pool.c
b/Source/charon/thread_pool.c
index
7054ae8
..
7439aed
100644
(file)
--- a/
Source/charon/thread_pool.c
+++ b/
Source/charon/thread_pool.c
@@
-157,7
+157,8
@@
static void job_processing(private_thread_pool_t *this)
}
status = global_ike_sa_manager->checkin(global_ike_sa_manager,ike_sa);
}
status = global_ike_sa_manager->checkin(global_ike_sa_manager,ike_sa);
- if (status != SUCCESS){
+ if (status != SUCCESS)
+ {
this->logger->log(this->logger, CONTROL|MORE, "thread %u: Checkin of IKE SA return errors", pthread_self());
}
message->destroy(message);
this->logger->log(this->logger, CONTROL|MORE, "thread %u: Checkin of IKE SA return errors", pthread_self());
}
message->destroy(message);