Blame SOURCES/0027-RH-get-wwid.patch

4ae388
---
4ae388
 libmultipath/structs_vec.c |    2 +-
4ae388
 1 file changed, 1 insertion(+), 1 deletion(-)
4ae388
4ae388
Index: multipath-tools-130222/libmultipath/structs_vec.c
4ae388
===================================================================
4ae388
--- multipath-tools-130222.orig/libmultipath/structs_vec.c
4ae388
+++ multipath-tools-130222/libmultipath/structs_vec.c
4ae388
@@ -106,7 +106,7 @@ orphan_paths (vector pathvec, struct mul
4ae388
 static void
4ae388
 set_multipath_wwid (struct multipath * mpp)
4ae388
 {
4ae388
-	if (mpp->wwid)
4ae388
+	if (strlen(mpp->wwid))
4ae388
 		return;
4ae388
 
4ae388
 	dm_get_uuid(mpp->alias, mpp->wwid);