Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 03/01/2001 19:09:21
Module Name:	xsrc
Committed By:	tv
Date:		Thu Mar  1 17:09:21 UTC 2001

Modified Files:
	xsrc/xc/programs/lbxproxy/os: connection.c

Log Message:
Since lbxproxy is not suid root, it might create a .X11-unix directory that
is not owned by root.  Thus, don't try to assume that a non-root-owned
directory is not valid; check only the mode, as is the code's intention from
the comments.


To generate a diff of this commit:
cvs rdiff -r1.1.1.5 -r1.2 xsrc/xc/programs/lbxproxy/os/connection.c

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