Fixed unintentional fall-through in task_manager.

Reported by Howard Windsor.
This commit is contained in:
Tobias Brunner 2011-10-06 13:55:50 +02:00
parent 0ea9772b9e
commit d46f857511
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ METHOD(task_manager_t, initiate, status_t,
break;
case IKE_MOBIKE:
exchange = INFORMATIONAL;
break;
default:
continue;
}