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

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