]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Merge r291073:
authorglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Jan 2016 05:32:24 +0000 (05:32 +0000)
committerglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Jan 2016 05:32:24 +0000 (05:32 +0000)
commit082c301540ab1d2a634192ba8c9a321d7303ad61
tree25df81f8b193f3dd8c876cd76e477708fb7c04f5
parent6372fc6692451f9c64a54f4612ccfb0e03d1751a
Merge r291073:
  If a NIS server has long entries on its database that is bigger than
  1024 specified on YPMAXRECORD the ypmatch can get in an infinite retry
  loop when is requesting the information from the NIS server.

  The ypmatch(1) will return an error until the command receives an
  kill(1).

  To avoid this problem, we check the MAX_RETRIES that is by default set
  to 20 and avoid get in infinet loop at the client side.

git-svn-id: svn://svn.freebsd.org/base/stable/9@293804 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/yp/yplib.c