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

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