s3: smbd: Now we properly open file handles for directory enumerations, we don't...
authorJeremy Allison <jra@samba.org>
Tue, 16 Jul 2019 16:39:54 +0000 (09:39 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:34 +0000 (14:23 +0000)
commit492b322237db42b025d2c3c16ae0e6c78b736838
treeafd03cdeee6bce20e5fa53a3f3c8d87976ed8392
parent247515982f01db25b484e707621b56c836663a08
s3: smbd: Now we properly open file handles for directory enumerations, we don't need this code in SMB1rmdir.

The share mode exclusion will prevent deletion of open directory
enumeration handles.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/reply.c