aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/dhcp
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-12 12:27:49 +0200
committerTobias Brunner <tobias@strongswan.org>2010-07-12 12:27:49 +0200
commitaf7b34b13b323bf2759b876bd941d8c92a8c3446 (patch)
tree7887ef7b5ef62676aa4333c2433e6fa44cede37c /src/libcharon/plugins/dhcp
parent52f97c389300491720980933609d38e46dd46e9d (diff)
downloadstrongswan-af7b34b13b323bf2759b876bd941d8c92a8c3446.tar.bz2
strongswan-af7b34b13b323bf2759b876bd941d8c92a8c3446.tar.xz
Added missing pool parameter in DHCP attribute provider.
Diffstat (limited to 'src/libcharon/plugins/dhcp')
-rw-r--r--src/libcharon/plugins/dhcp/dhcp_provider.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/dhcp/dhcp_provider.c b/src/libcharon/plugins/dhcp/dhcp_provider.c
index dbcceb6ce..a6a887780 100644
--- a/src/libcharon/plugins/dhcp/dhcp_provider.c
+++ b/src/libcharon/plugins/dhcp/dhcp_provider.c
@@ -129,7 +129,8 @@ METHOD(attribute_provider_t, release_address, bool,
}
METHOD(attribute_provider_t, create_attribute_enumerator, enumerator_t*,
- private_dhcp_provider_t *this, identification_t *id, host_t *vip)
+ private_dhcp_provider_t *this, char *pool, identification_t *id,
+ host_t *vip)
{
dhcp_transaction_t *transaction;