Blame SOURCES/0104-RHBZ-1159337-fix-double-free.patch

4ae388
---
4ae388
 multipathd/main.c |    5 ++---
4ae388
 1 file changed, 2 insertions(+), 3 deletions(-)
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
@@ -669,9 +669,8 @@ ev_remove_path (struct path *pp, struct
4ae388
 			/*
4ae388
 			 * update our state from kernel
4ae388
 			 */
4ae388
-			if (setup_multipath(vecs, mpp)) {
4ae388
-				goto fail;
4ae388
-			}
4ae388
+			if (setup_multipath(vecs, mpp))
4ae388
+				return 1;
4ae388
 			sync_map_state(mpp);
4ae388
 
4ae388
 			condlog(2, "%s [%s]: path removed from map %s",