[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH 11/21] [libmultipath] Fix typo on blacklist_exceptions handler
- From: hare suse de (Hannes Reinecke)
- To: Christophe Varoqui <cvaroqui free fr>
- Cc: dm-devel redhat com
- Subject: [dm-devel] [PATCH 11/21] [libmultipath] Fix typo on blacklist_exceptions handler
- Date: Mon, 21 May 2007 11:24:23 +0200
blacklist_exceptions_handler() has a typo which prevents the handler
from working.
Signed-off-by: Hannes Reinecke <hare 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]