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

Hannes Reinecke hare at suse.de
Mon May 21 09:24:23 UTC 2007


blacklist_exceptions_handler() has a typo which prevents the handler
from working.

Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 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




More information about the dm-devel mailing list