OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Thu Oct 02 2008 - 09:00:21 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2008/10/02 08:00:21

Modified files:
        usr.sbin/ntpd : ntp.c

Log message:
in priv_settime(), we must not adjust the 'next' timestamps on their for
the offset since we use monotime for these for some time now, and monotime
is not affected by system time changes (like, duh, that was the reason for
the change). PR5927