]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Added missing pool parameter in DHCP attribute provider.
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Jul 2010 10:27:49 +0000 (12:27 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Jul 2010 10:27:49 +0000 (12:27 +0200)
src/libcharon/plugins/dhcp/dhcp_provider.c

index dbcceb6ce8f9b5b638eee53082f1a3c823955d67..a6a887780a93b8dedf0fc515bdee5d53a1d6efe2 100644 (file)
@@ -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;