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

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