ike: IKE_SA may fragment IKEv2 messages

This commit is contained in:
Tobias Brunner
2014-10-10 09:32:41 +02:00
parent 7a53fe5511
commit 1446fd8ac9
+1 -1
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))
{