Subject: CVS commit: src/dist/pf/libexec/ftp-proxy
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 07/09/2004 08:27:38
Module Name:	src
Committed By:	enami
Date:		Fri Jul  9 08:27:38 UTC 2004

Modified Files:
	src/dist/pf/libexec/ftp-proxy: ftp-proxy.c

Log Message:
Don't call seteuid() before setuid() since it makes setuid() fails.
Actually, set[gu]id() changes effective ids also.  From Shoichi Miyake.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/pf/libexec/ftp-proxy/ftp-proxy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.