wpaul cb596fe111 Whoops: expanding netgroups that reference multiple netgroups doesn't
work because parse_netgrp() doesn't recurse properly. Fixed by
changing

if (parse_netgrp(spos))
	return(1);
to

if (parse_netgrp(spos))
	continue;

inside parse_netgrp(). (Lucky for me I happen to have a fairly complex
'live' netgroup database to test this stuff with.)
1995-03-19 22:19:52 +00:00
..
1995-02-24 07:51:13 +00:00
1995-02-24 08:51:34 +00:00
1995-03-13 19:02:04 +00:00
1995-02-23 18:47:06 +00:00
1995-03-09 21:53:12 +00:00
1995-03-08 01:41:40 +00:00