]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - multipath-tools/patches/0058-UP-fix-failback.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0058-UP-fix-failback.patch
CommitLineData
289c5516
MT
1---
2 libmultipath/dict.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5Index: multipath-tools-130222/libmultipath/dict.c
6===================================================================
7--- multipath-tools-130222.orig/libmultipath/dict.c
8+++ multipath-tools-130222/libmultipath/dict.c
9@@ -2562,7 +2562,7 @@ snprint_def_failback (char * buff, int l
10 if (!pgfailback)
11 pgfailback = DEFAULT_FAILBACK;
12
13- switch(conf->pgfailback) {
14+ switch(pgfailback) {
15 case FAILBACK_UNDEF:
16 break;
17 case -FAILBACK_MANUAL: