K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-01-20T03:33:36.000000Z K 7 svn:log V 393 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 END