Compile warning fixed in kernel interfaces.
This commit is contained in:
@@ -485,7 +485,7 @@ static policy_sa_t *policy_sa_create(private_kernel_netlink_ipsec_t *this,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
INIT(policy);
|
INIT(policy, .priority = 0);
|
||||||
}
|
}
|
||||||
policy->type = type;
|
policy->type = type;
|
||||||
policy->sa = ipsec_sa_create(this, src, dst, mark, cfg);
|
policy->sa = ipsec_sa_create(this, src, dst, mark, cfg);
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ static policy_sa_t *policy_sa_create(private_kernel_pfkey_ipsec_t *this,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
INIT(policy);
|
INIT(policy, .priority = 0);
|
||||||
}
|
}
|
||||||
policy->type = type;
|
policy->type = type;
|
||||||
policy->sa = ipsec_sa_create(this, src, dst, cfg);
|
policy->sa = ipsec_sa_create(this, src, dst, cfg);
|
||||||
|
|||||||
Reference in New Issue
Block a user