1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

filters: increase MAX_FILTERS for new filter

The new signature filter was added without increasing this.
This commit is contained in:
David Teigland 2018-05-02 14:10:30 -05:00
parent 90d0ff6636
commit 977d0a3613

View File

@ -1053,7 +1053,7 @@ static int _init_dev_cache(struct cmd_context *cmd)
return 1;
}
#define MAX_FILTERS 9
#define MAX_FILTERS 10
static struct dev_filter *_init_lvmetad_filter_chain(struct cmd_context *cmd)
{