IKEv1 XAuth: Changed the xauth_request task to use the new MIGRATE status.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:30:52 +01:00
parent b94f248ea9
commit b03c700d08
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ METHOD(task_t, build_r, status_t,
/* TODO-IKEv1: Check the proposal for XAuthInit* auth modes */
/* TODO-IKEv1: check for XAUTH rounds, queue them */
if(0) /* TODO-IKEv1: Change to 1 if XAUTH is desired. */
this->ike_sa->initiate_xauth(this->ike_sa);
return MIGRATE;
return SUCCESS;
}
default: