[PATCH 11/21] [libmultipath] Fix typo on blacklist_exceptions handler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux