Revert "Add 'max_polling_interval' config variable"
authorChristophe Varoqui <christophe.varoqui@opensvc.com>
Wed, 25 May 2011 09:43:58 +0000 (11:43 +0200)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Wed, 25 May 2011 09:43:58 +0000 (11:43 +0200)
This reverts commit efc8ace4b335e752a7d28aca6040af0f9fe37530.

Spurious patch in Hannes branch

multipathd/main.c

index 378425d..4497609 100644 (file)
@@ -1170,9 +1170,9 @@ check_path (struct vectors * vecs, struct path * pp)
                         * max at conf->max_checkint
                         */
                        if (pp->checkint < (conf->max_checkint / 2))
-                           pp->checkint = 2 * pp->checkint;
+                               pp->checkint = 2 * pp->checkint;
                        else
-                           pp->checkint = conf->max_checkint;
+                               pp->checkint = conf->max_checkint;
 
                        pp->tick = pp->checkint;
                        condlog(4, "%s: delay next check %is",