]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ikev2: Fix ike_rekey switch statement broken with last commit
authorMartin Willi <martin@revosec.ch>
Mon, 24 Nov 2014 09:03:26 +0000 (10:03 +0100)
committerMartin Willi <martin@revosec.ch>
Mon, 24 Nov 2014 09:03:26 +0000 (10:03 +0100)
src/libcharon/sa/ikev2/tasks/ike_rekey.c

index fdab03801a0fb03875c5f2b7cbb7779e197662d2..ba7a101d56684db61625bfdce15c6fbd7bf341ba 100644 (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");