diff options
author | Martin Willi <martin@revosec.ch> | 2014-11-04 15:53:50 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-02-20 13:34:56 +0100 |
commit | b9be25ea394f3f18d1e7ffc22f10dfe80d67e2fa (patch) | |
tree | 28dddaedb702fb87eb2b49c1183348c05a2b7de4 /src/libcharon/plugins/stroke/stroke_handler.c | |
parent | bc9ded9dbf39d064c3ff2239d9904566ff5888d6 (diff) | |
download | strongswan-b9be25ea394f3f18d1e7ffc22f10dfe80d67e2fa.tar.bz2 strongswan-b9be25ea394f3f18d1e7ffc22f10dfe80d67e2fa.tar.xz |
attribute-handler: Pass full IKE_SA to handler backends
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_handler.c')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_handler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_handler.c b/src/libcharon/plugins/stroke/stroke_handler.c index fef8cab67..d0cc9afab 100644 --- a/src/libcharon/plugins/stroke/stroke_handler.c +++ b/src/libcharon/plugins/stroke/stroke_handler.c @@ -94,10 +94,9 @@ static bool attr_filter(void *lock, host_t **in, } METHOD(attribute_handler_t, create_attribute_enumerator, enumerator_t*, - private_stroke_handler_t *this, identification_t *server, + private_stroke_handler_t *this, ike_sa_t *ike_sa, linked_list_t *vips) { - ike_sa_t *ike_sa; peer_cfg_t *peer_cfg; enumerator_t *enumerator; attributes_t *attr; |