pass identity to release_address(), allows providers to do a lookup by id

This commit is contained in:
Martin Willi
2008-12-05 09:40:50 +00:00
parent c333bb4678
commit 876d5c63a3
7 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -2261,7 +2261,7 @@ static void destroy(private_ike_sa_t *this)
{
charon->attributes->release_address(charon->attributes,
this->peer_cfg->get_pool(this->peer_cfg),
this->other_virtual_ip);
this->other_virtual_ip, this->other_id);
}
this->other_virtual_ip->destroy(this->other_virtual_ip);
}