ikev2: Fix ike_rekey switch statement broken with last commit
This commit is contained in:
@@ -163,7 +163,7 @@ METHOD(task_t, process_r, status_t,
|
||||
{
|
||||
case CHILD_CREATED:
|
||||
case CHILD_REKEYING:
|
||||
case CHILD_RETRYING;
|
||||
case CHILD_RETRYING:
|
||||
case CHILD_DELETING:
|
||||
/* we do not allow rekeying while we have children in-progress */
|
||||
DBG1(DBG_IKE, "peer initiated rekeying, but a child is half-open");
|
||||
|
||||
Reference in New Issue
Block a user