]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
commit4aad77c27cc277e3d937f674ee620729411e3eaf
tree3780d02053203c03898cb878a4896c1100daab05
parent7f4ceb1bf0c7aad50d93bb963c49dbc405e9524a
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.
source/smbd/close.c