Fix iteration through half-open IKE_SA table
This commit is contained in:
@@ -1789,6 +1789,7 @@ METHOD(ike_sa_manager_t, get_half_open_count, u_int,
|
|||||||
count = half_open->count;
|
count = half_open->count;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
item = item->next;
|
||||||
}
|
}
|
||||||
lock->unlock(lock);
|
lock->unlock(lock);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user