attribute-manager: Pass full IKE_SA to handler methods

This commit is contained in:
Martin Willi
2015-02-20 13:34:56 +01:00
parent a16058a491
commit a12f357b40
5 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -2347,7 +2347,7 @@ METHOD(ike_sa_t, destroy, void,
if (entry.handler)
{
charon->attributes->release(charon->attributes, entry.handler,
this->other_id, entry.type, entry.data);
&this->public, entry.type, entry.data);
}
free(entry.data.ptr);
}