K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-04-15T16:17:04.000000Z K 7 svn:log V 448 Fix a few NIS-related bogons: - Clear the _yp_innetgr flag immediately after calling setnetgrent() from innetgr(). We only need the flag set to temporarily alter setnetgrent()'s behavior. Previously, it was being cleared too late. - When in NIS-only mode, innetgr() was wasting time doing unecessary extra processing after it had already found a match. - Remember to free memory allocated by the NIS functions during innetgr() searches. END