Re: Two minor fstat issues

2003-04-01 Thread Corinna Vinschen
On Mon, Mar 31, 2003 at 09:26:03PM -0500, Pierre A. Humblet wrote: > 2003-04-01 Pierre Humblet <[EMAIL PROTECTED]> > > * fhandler.cc (fhandler_base::fstat): Set the uid and gid fields > from the current effective ids. > * fhandler_socket.cc (fhandler_socket::fstat): Keep

Two minor fstat issues

2003-03-31 Thread Pierre A. Humblet
This patch fixes two minor fstat issues: - The uid and gid are not set in fhandler_base, causing several handlers to return invalid (0) values. - Tests for wincap.has_security in security.cc can cause some functions to return success without providing the expected information. Pierre 2003