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

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