Blame SOURCES/0058-UP-fix-failback.patch

38852f
---
38852f
 libmultipath/dict.c |    2 +-
38852f
 1 file changed, 1 insertion(+), 1 deletion(-)
38852f
38852f
Index: multipath-tools-130222/libmultipath/dict.c
38852f
===================================================================
38852f
--- multipath-tools-130222.orig/libmultipath/dict.c
38852f
+++ multipath-tools-130222/libmultipath/dict.c
38852f
@@ -2562,7 +2562,7 @@ snprint_def_failback (char * buff, int l
38852f
 	if (!pgfailback)
38852f
 		pgfailback = DEFAULT_FAILBACK;
38852f
 
38852f
-	switch(conf->pgfailback) {
38852f
+	switch(pgfailback) {
38852f
 	case  FAILBACK_UNDEF:
38852f
 		break;
38852f
 	case -FAILBACK_MANUAL: