|
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 (henning
cvs.openbsd.org)
Date: Tue Aug 10 2004 - 07:45:28 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: henning
cvs.openbsd.org 2004/08/10 06:45:27
Modified files:
usr.sbin/ntpd : parse.y
Log message:
in the pool case ("servers somepool.somewhere"), we add new peers while
looping over the addresses returned by the dns lookup, as each address
is one new peer.
however, if the lookup fails with a temporary error, we will try to lookup
later again. for that, we obviously need to insert one peer with the
hostname in addr_head... change one for() loop into a do { } while() one
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]