Added missing pool parameter in DHCP attribute provider.

This commit is contained in:
Tobias Brunner
2010-07-12 12:27:49 +02:00
parent 52f97c3893
commit af7b34b13b
+2 -1
View 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;