r21274: As we now have POSIX opens which can unlink
authorJeremy Allison <jra@samba.org>
Sun, 11 Feb 2007 04:37:56 +0000 (04:37 +0000)
committerJeremy Allison <jra@samba.org>
Sun, 11 Feb 2007 04:37:56 +0000 (04:37 +0000)
commit5de4fce1a744998920de087500ba14f44c3440fb
treee72e9ffe2b83f2376d273e7f75e81bb8b3c27766
parent4602f147e0b7a050854fce14ae1dee06d86b00ff
r21274: As we now have POSIX opens which can unlink
with other open files we may have taken
the delete code path with more than one share mode
entry - ensure we only delete once by resetting
the delete on close flag.
Jeremy.
source/smbd/close.c