K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-19T22:19:52.000000Z K 7 svn:log V 341 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.) END