From owner-freebsd-bugs Mon Aug 14 17:16:46 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA12954 for bugs-outgoing; Mon, 14 Aug 1995 17:16:46 -0700 Received: (from wpaul@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA12936 ; Mon, 14 Aug 1995 17:16:44 -0700 Date: Mon, 14 Aug 1995 17:16:44 -0700 From: Bill Paul <wpaul> Message-Id: <199508150016.RAA12936@freefall.FreeBSD.org> To: fenner@parc.xerox.com, wpaul, freebsd-bugs Subject: Re: bin/509 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: netgroup cycle detection is too "greedy" State-Changed-From-To: open-closed State-Changed-By: wpaul State-Changed-When: Mon Aug 14 17:06:39 PDT 1995 State-Changed-Why: The cycle-detection code actually does the Right Thing (tm) (it catches the duplicate instances of members in a netgroup and discards them before proceeding along its merry way), it's just a little noisy about it. The warning has been hidden under an #ifdef DEBUG since it could be considered overkill, and for the sake of compatibility with other platforms which don't tend to complain in this situation either (which is most of them).