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