diff options
Diffstat (limited to 'usr.sbin/ntpd/server.c')
-rw-r--r-- | usr.sbin/ntpd/server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/server.c b/usr.sbin/ntpd/server.c index 50dbfefc5e8..6165f756c6e 100644 --- a/usr.sbin/ntpd/server.c +++ b/usr.sbin/ntpd/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.18 2004/10/22 21:17:37 henning Exp $ */ +/* $OpenBSD: server.c,v 1.19 2004/12/08 15:47:38 mickey Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -144,7 +144,7 @@ server_dispatch(int fd, struct ntpd_conf *conf) reply.rootdelay = d_to_sfp(conf->status.rootdelay); if (version > 3) - reply.refid = reply.xmttime.fraction; + reply.refid = reply.xmttime.fractionl; else reply.refid = conf->status.refid; |