IKEv1 XAuth: Adding "initiate" flag parameter to the initiate_xauth method, signalling whether or not to call the task_manager->initiate method after queueing the task.
This commit is contained in:
@@ -52,8 +52,7 @@ METHOD(job_t, initiate, void,
|
||||
this->ike_sa_id);
|
||||
if (ike_sa)
|
||||
{
|
||||
DBG1(DBG_IKE, "INITIATING XAUTH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
ike_sa->initiate_xauth(ike_sa);
|
||||
ike_sa->initiate_xauth(ike_sa, TRUE);
|
||||
charon->ike_sa_manager->checkin(charon->ike_sa_manager, ike_sa);
|
||||
}
|
||||
destroy(this);
|
||||
|
||||
Reference in New Issue
Block a user