]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - multipath-tools/patches/0018-RH-fix-factorize.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0018-RH-fix-factorize.patch
CommitLineData
289c5516
MT
1---
2 libmultipath/config.c | 2 ++
3 1 file changed, 2 insertions(+)
4
5Index: multipath-tools-130222/libmultipath/config.c
6===================================================================
7--- multipath-tools-130222.orig/libmultipath/config.c
8+++ multipath-tools-130222/libmultipath/config.c
9@@ -437,6 +437,8 @@ restart:
10 merge_hwe(hwe2, hwe1);
11 if (hwe_strmatch(hwe2, hwe1) == 0) {
12 vector_del_slot(hw, i);
13+ free_hwe(hwe1);
14+ n -= 1;
15 /*
16 * Play safe here; we have modified
17 * the original vector so the outer