From 977d0a361301d9383a25291fe8cfdd6cea93e22d Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 2 May 2018 14:10:30 -0500 Subject: [PATCH] filters: increase MAX_FILTERS for new filter The new signature filter was added without increasing this. --- lib/commands/toolcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c index 7f74c7e4d..76e15e06e 100644 --- a/lib/commands/toolcontext.c +++ b/lib/commands/toolcontext.c @@ -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) {