aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_attribute.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-08-27 14:09:47 +0200
committerMartin Willi <martin@revosec.ch>2012-08-30 16:43:42 +0200
commitfeb8550401c85218523c007f0d52a1c9bf006342 (patch)
tree71b28e039b7f2e1cc574b977c5952b2af8bc2a41 /src/libcharon/plugins/stroke/stroke_attribute.c
parent96c2b3cf89aa1825d70c51ddb3d800ed4720d6c0 (diff)
downloadstrongswan-feb8550401c85218523c007f0d52a1c9bf006342.tar.bz2
strongswan-feb8550401c85218523c007f0d52a1c9bf006342.tar.xz
Pass a list instead of a single virtual IP to attribute enumerators
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_attribute.c')
-rw-r--r--src/libcharon/plugins/stroke/stroke_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_attribute.c b/src/libcharon/plugins/stroke/stroke_attribute.c
index ebae6fcf1..cec6334ed 100644
--- a/src/libcharon/plugins/stroke/stroke_attribute.c
+++ b/src/libcharon/plugins/stroke/stroke_attribute.c
@@ -149,7 +149,7 @@ static bool attr_filter(void *lock, host_t **in,
METHOD(attribute_provider_t, create_attribute_enumerator, enumerator_t*,
private_stroke_attribute_t *this, char *pool, identification_t *id,
- host_t *vip)
+ linked_list_t *vips)
{
ike_sa_t *ike_sa;
peer_cfg_t *peer_cfg;