$DragonFly: src/usr.sbin/ntpd/patches/Attic/server.c.patch,v 1.3 2005/04/14 10:31:27 joerg Exp $ --- server.c 25 Feb 2005 16:43:19 -0000 1.4 +++ server.c 12 Apr 2005 20:13:45 -0000 @@ -120,7 +120,7 @@ fatal("recvfrom"); } - rectime = gettime(); + rectime = gettime_corrected(); if (ntp_getmsg(buf, size, &query) == -1) return (0); @@ -139,7 +139,7 @@ reply.precision = conf->status.precision; reply.rectime = d_to_lfp(rectime); reply.reftime = d_to_lfp(conf->status.reftime); - reply.xmttime = d_to_lfp(gettime()); + reply.xmttime = d_to_lfp(gettime_corrected()); reply.orgtime = query.xmttime; reply.rootdelay = d_to_sfp(conf->status.rootdelay);