From owner-freebsd-emulation Tue Jun 24 09:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22260 for emulation-outgoing; Tue, 24 Jun 1997 09:08:07 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22161 for ; Tue, 24 Jun 1997 09:06:55 -0700 (PDT) Received: (from msagre@localhost) by cactus.fi.uba.ar (8.8.5/8.8.5) id NAA20268; Tue, 24 Jun 1997 13:09:01 GMT Date: Tue, 24 Jun 1997 13:09:01 +0000 () From: Miguel Angel Sagreras To: Sean Eric Fagan cc: emulation@FreeBSD.ORG Subject: Re: ORACLE problem with ibcs2_getgroups In-Reply-To: <199706240244.TAA07504@kithrup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Jun 1997, Sean Eric Fagan wrote: > Without looking at it more, I think that Oracle is checking to see how much > space it should allocate for the supplementary groups, but passing in a size > of 0 is causing our getgroups() routine to return an error. Yes. You are right. Miguel Angel