diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-08 15:47:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-08 15:47:39 +0000 |
commit | 7a5b042343e0ad37cd00eb80f4b9935b36475f95 (patch) | |
tree | e47b8808c4a29993928f3cf151d401e98aa61283 /usr.sbin/ntpd/server.c | |
parent | 4155548520035a94c89443f3e00a92585b44774a (diff) |
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
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; |