mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filter iterator accepts lines instead of filter
This commit is contained in:
@@ -420,7 +420,7 @@ channel_roa_subscribe_filter(struct channel *c, int dir)
|
||||
#endif
|
||||
|
||||
struct filter_iterator fit;
|
||||
FILTER_ITERATE_INIT(&fit, f, c->proto->pool);
|
||||
FILTER_ITERATE_INIT(&fit, f->root, c->proto->pool);
|
||||
|
||||
FILTER_ITERATE(&fit, fi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user