ikev2: Fix ike_rekey switch statement broken with last commit

This commit is contained in:
Martin Willi
2014-11-24 10:03:26 +01:00
parent 8891ed5478
commit f1773fee43
+1 -1
View File
@@ -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");