Blame SOURCES/0026-fix-checker-time.patch

f20720
---
f20720
 multipathd/main.c |    7 +++----
f20720
 1 file changed, 3 insertions(+), 4 deletions(-)
f20720
f20720
Index: multipath-tools-130222/multipathd/main.c
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipathd/main.c
f20720
+++ multipath-tools-130222/multipathd/main.c
f20720
@@ -1226,11 +1226,10 @@ check_path (struct vectors * vecs, struc
f20720
 					pp->checkint = 2 * pp->checkint;
f20720
 				else
f20720
 					pp->checkint = conf->max_checkint;
f20720
-
f20720
-				pp->tick = pp->checkint;
f20720
-				condlog(4, "%s: delay next check %is",
f20720
-					pp->dev_t, pp->tick);
f20720
 			}
f20720
+			pp->tick = pp->checkint;
f20720
+			condlog(4, "%s: delay next check %is",
f20720
+				pp->dev_t, pp->tick);
f20720
 		}
f20720
 	}
f20720
 	else if (newstate == PATH_DOWN) {