]> git.ipfire.org Git - ipfire-3.x.git/blob - multipath-tools/patches/0086-RHBZ-1110007-orphan-path-on-failed-add.patch
0d6aa589e9e19558ec41207946cbba682477b553
[ipfire-3.x.git] / multipath-tools / patches / 0086-RHBZ-1110007-orphan-path-on-failed-add.patch
1 ---
2 multipathd/main.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 Index: multipath-tools-130222/multipathd/main.c
6 ===================================================================
7 --- multipath-tools-130222.orig/multipathd/main.c
8 +++ multipath-tools-130222/multipathd/main.c
9 @@ -562,7 +562,7 @@ rescan:
10 return 0;
11 }
12 else
13 - return 1;
14 + goto fail;
15
16 fail_map:
17 remove_map(mpp, vecs, 1);