ike: IKE_SA may fragment IKEv2 messages

This commit is contained in:
Tobias Brunner 2014-06-16 15:48:47 +02:00
parent 7a53fe5511
commit 1446fd8ac9
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ METHOD(ike_sa_t, generate_message_fragmented, status_t,
status_t status;
bool use_frags = FALSE;
if (this->ike_cfg && this->version == IKEV1)
if (this->ike_cfg)
{
switch (this->ike_cfg->fragmentation(this->ike_cfg))
{