- coding rule fix :-)

This commit is contained in:
Jan Hutter
2005-11-21 10:59:13 +00:00
parent 31332efad6
commit 24c2d259cb
+2 -1
View File
@@ -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);
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);