Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- sys-utils/hwclock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 4a187c5..e66acd2 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -392,9 +392,8 @@ set_hardware_clock(const struct hwclock_control *ctl, const time_t newtime) if (ctl->testing) printf(_("Test mode: clock was not changed\n")); - else { + else ur->set_hardware_clock(ctl, &new_broken_time); - } } /* -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html