Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 1997 19:33:38 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/ypserv yp_dblookup.c
Message-ID:  <199701200333.TAA08211@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       97/01/19 19:33:37

  Modified:    usr.sbin/ypserv  yp_dblookup.c
  Log:
  Fix bug that slipped through last big round of changes: sometimes
  yp_next_record() is called without a key (from xdr_my_ypresp_all()),
  in which case it returns the first key in the map. When doing this,
  it also needs to update the key index in the map queue entry. Without
  this, ypproc_all_2_svc() (and hence ypcat) don't work correctly.
  
  Noticed by: Michael L. Hench <hench@watt.cae.uwm.edu>
  
  Revision  Changes    Path
  1.12      +6 -1      src/usr.sbin/ypserv/yp_dblookup.c



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