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

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