K 10 svn:author V 5 markj K 8 svn:date V 27 2016-06-09T01:11:48.658174Z K 7 svn:log V 333 Fix an infinite loop in setnetgrent(3) with NIS netgroups. Handle an empty result from yp_match() by returning NULL, which is consistent with the handling of an empty netgroup in /etc/netgroup. setnetgrent(3) has no return value, so there is no particular need to distinguish this case from an error. PR: 26486 MFC after: 2 weeks END