r23906: Fix POSIX unlink bug found by Steve. If we
authorJeremy Allison <jra@samba.org>
Tue, 17 Jul 2007 00:09:56 +0000 (00:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:40 +0000 (12:28 -0500)
commitb3d471d36740cc6afdf69cb1da438049fa1529a9
tree9bde7f486bc08363577e266b78e81684e020bf85
parentf798837c23415653fc83cddeab3285b6f1563526
r23906: Fix POSIX unlink bug found by Steve. If we
used lstat during the open (which we always
do for POSIX) then use lstat for the unlink.
Jeremy.
(This used to be commit 4aad77c27cc277e3d937f674ee620729411e3eaf)
source3/smbd/close.c