Fixed unintentional fall-through in task_manager.
Reported by Howard Windsor.
This commit is contained in:
@@ -406,6 +406,7 @@ METHOD(task_manager_t, initiate, status_t,
|
||||
break;
|
||||
case IKE_MOBIKE:
|
||||
exchange = INFORMATIONAL;
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user