blacklist_exceptions_handler() has a typo which prevents the handler from working. Signed-off-by: Hannes Reinecke <hare@xxxxxxx> --- libmultipath/dict.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libmultipath/dict.c b/libmultipath/dict.c index c705cc6..4572a7d 100644 --- a/libmultipath/dict.c +++ b/libmultipath/dict.c @@ -270,7 +270,7 @@ blacklist_exceptions_handler(vector strv conf->elist_wwid = vector_alloc(); conf->elist_device = vector_alloc(); - if (!conf->elist_devnode || !conf->elist_wwid || !conf->blist_device) + if (!conf->elist_devnode || !conf->elist_wwid || !conf->elist_device) return 1; return 0; -- 1.4.3.4 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel