ha: Fix arguments in debug statement when destroying incomplete IKE_SAs
Closes strongswan/strongswan#2781
Fixes: 97bd0e2297 ("ha: Destroy incomplete IKE_SAs after de-/activating a segment")
This commit is contained in:
@@ -213,7 +213,7 @@ static void enable_disable(private_ha_segments_t *this, u_int segment,
|
|||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "destroying incomplete IKE_SA %s[%d] after "
|
DBG1(DBG_IKE, "destroying incomplete IKE_SA %s[%d] after "
|
||||||
"%sactivating HA segment %d", ike_sa->get_name(ike_sa),
|
"%sactivating HA segment %d", ike_sa->get_name(ike_sa),
|
||||||
unique_id, segment, enable ? "" : "de");
|
unique_id, enable ? "" : "de", segment);
|
||||||
charon->ike_sa_manager->checkin_and_destroy(charon->ike_sa_manager,
|
charon->ike_sa_manager->checkin_and_destroy(charon->ike_sa_manager,
|
||||||
ike_sa);
|
ike_sa);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user