Searched hist:"559605 f1ec4e088e7c0ab38d58620477dec566e3" (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dblookup.c | diff 559605f1ec4e088e7c0ab38d58620477dec566e3 Mon Jan 20 04:33:36 CET 1997 Bill Paul <wpaul@FreeBSD.org> 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> diff 559605f1ec4e088e7c0ab38d58620477dec566e3 Mon Jan 20 04:33:36 CET 1997 Bill Paul <wpaul@FreeBSD.org> 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>
|