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