- checkin of IKE SA gets performed

This commit is contained in:
Jan Hutter 2005-11-17 12:51:15 +00:00
parent 2dbc31682c
commit 2e7bbf0e0b
1 changed files with 7 additions and 0 deletions

View File

@ -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: