Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
}
// All okay if the step matches
}
// All okay if the step matches
- if (step == USEC_TO_SEC(HEARTBEAT / 2))
+ if (step == USEC_TO_SEC(HEARTBEAT))
return 0;
// The step does not match
DEBUG(self->ctx, "%s: Step does not match (%d, but should be %d)\n",
return 0;
// The step does not match
DEBUG(self->ctx, "%s: Step does not match (%d, but should be %d)\n",
- path, step, USEC_TO_SEC(HEARTBEAT / 2));
+ path, step, USEC_TO_SEC(HEARTBEAT));