diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-10 18:47:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-10 18:47:50 +0000 |
commit | 3b6962b49c67e52986c9fdd9347c3e3bfb7a9b5e (patch) | |
tree | 76dd4ba94c8673d02cfdcf759f84206e749f8a27 /usr.sbin | |
parent | 29bfa60d32391eaf14ba5095185838af5eb545f9 (diff) |
oups
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ntpd/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/client.c b/usr.sbin/ntpd/client.c index a2ededf65ae..f1ea2f816c4 100644 --- a/usr.sbin/ntpd/client.c +++ b/usr.sbin/ntpd/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.20 2004/07/10 18:42:51 henning Exp $ */ +/* $OpenBSD: client.c,v 1.21 2004/07/10 18:47:49 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -178,7 +178,7 @@ client_dispatch(struct ntp_peer *p) abs_offset = p->update.offset * -1; else abs_offset = p->update.offset; -log_debug("offset %f, abs_offset %f", p->update.offset, abs_offset); + if (!p->update.good) interval = INTERVAL_QUERY_NORMAL; else if (abs_offset > QSCALE_OFF_MAX) |