diff options
author | Martin Willi <martin@revosec.ch> | 2012-08-27 14:48:41 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-30 16:43:43 +0200 |
commit | d55fe264d1dd33a2751aa75a6f814e153f6354d4 (patch) | |
tree | 794fa35496d7374c3f675b38a692045d880ab7d6 /src/libcharon/plugins/dhcp/dhcp_provider.c | |
parent | feb8550401c85218523c007f0d52a1c9bf006342 (diff) | |
download | strongswan-d55fe264d1dd33a2751aa75a6f814e153f6354d4.tar.bz2 strongswan-d55fe264d1dd33a2751aa75a6f814e153f6354d4.tar.xz |
Pass all configured pool names to attribute provider enumerator
Diffstat (limited to 'src/libcharon/plugins/dhcp/dhcp_provider.c')
-rw-r--r-- | src/libcharon/plugins/dhcp/dhcp_provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/dhcp/dhcp_provider.c b/src/libcharon/plugins/dhcp/dhcp_provider.c index 705063493..3d72b4435 100644 --- a/src/libcharon/plugins/dhcp/dhcp_provider.c +++ b/src/libcharon/plugins/dhcp/dhcp_provider.c @@ -129,7 +129,7 @@ METHOD(attribute_provider_t, release_address, bool, } METHOD(attribute_provider_t, create_attribute_enumerator, enumerator_t*, - private_dhcp_provider_t *this, char *pool, identification_t *id, + private_dhcp_provider_t *this, linked_list_t *pools, identification_t *id, linked_list_t *vips) { dhcp_transaction_t *transaction = NULL; |