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:
@@ -970,7 +970,7 @@ struct ike_sa_t {
|
||||
/**
|
||||
* Initiate an XAuth authentication exchange.
|
||||
*/
|
||||
status_t (*initiate_xauth) (ike_sa_t *this);
|
||||
status_t (*initiate_xauth) (ike_sa_t *this, bool initiate);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user