Pass all configured pool names to attribute provider enumerator
This commit is contained in:
@@ -77,7 +77,7 @@ static bool attr_enum_filter(void *null, attribute_entry_t **in,
|
||||
}
|
||||
|
||||
METHOD(attribute_provider_t, create_attribute_enumerator, enumerator_t*,
|
||||
private_attr_provider_t *this, char *pool,
|
||||
private_attr_provider_t *this, linked_list_t *pools,
|
||||
identification_t *id, linked_list_t *vips)
|
||||
{
|
||||
if (vips->get_count(vips))
|
||||
|
||||
Reference in New Issue
Block a user