Blame SOURCES/0086-RHBZ-1110007-orphan-path-on-failed-add.patch

4728c8
---
4728c8
 multipathd/main.c |    2 +-
4728c8
 1 file changed, 1 insertion(+), 1 deletion(-)
4728c8
4728c8
Index: multipath-tools-130222/multipathd/main.c
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/multipathd/main.c
4728c8
+++ multipath-tools-130222/multipathd/main.c
4728c8
@@ -562,7 +562,7 @@ rescan:
4728c8
 		return 0;
4728c8
 	}
4728c8
 	else
4728c8
-		return 1;
4728c8
+		goto fail;
4728c8
 
4728c8
 fail_map:
4728c8
 	remove_map(mpp, vecs, 1);