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

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