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

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