]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - multipath-tools/patches/0026-fix-checker-time.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/pmueller/ipfire-3.x.git] / multipath-tools / patches / 0026-fix-checker-time.patch
CommitLineData
289c5516
MT
1---
2 multipathd/main.c | 7 +++----
3 1 file changed, 3 insertions(+), 4 deletions(-)
4
5Index: multipath-tools-130222/multipathd/main.c
6===================================================================
7--- multipath-tools-130222.orig/multipathd/main.c
8+++ multipath-tools-130222/multipathd/main.c
9@@ -1226,11 +1226,10 @@ check_path (struct vectors * vecs, struc
10 pp->checkint = 2 * pp->checkint;
11 else
12 pp->checkint = conf->max_checkint;
13-
14- pp->tick = pp->checkint;
15- condlog(4, "%s: delay next check %is",
16- pp->dev_t, pp->tick);
17 }
18+ pp->tick = pp->checkint;
19+ condlog(4, "%s: delay next check %is",
20+ pp->dev_t, pp->tick);
21 }
22 }
23 else if (newstate == PATH_DOWN) {