Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 13:09:27 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ypserv yp_dnslookup.c
Message-ID:  <200209202009.g8KK9RuX070809@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2002/09/20 13:09:27 PDT

  Modified files:
    usr.sbin/ypserv      yp_dnslookup.c 
  Log:
  The resolver library does a pretty acceptable set of domain
  suffix attempts before failing. No need to try again by hand,
  particularly when it fills your log with failures because
  localhost.example.com..example.com fails to resolve. Also improve the
  log message that helped find this error.
  
  There is still (maybe) an uninitialised pointer problem here, but in a
  month of testing I haven't triggered it.
  
  Revision  Changes    Path
  1.23      +2 -19     src/usr.sbin/ypserv/yp_dnslookup.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209202009.g8KK9RuX070809>