r8087: Get closer to passing the Samba4 deny tests. The added code in
commitccec870aad7c4875ae6396c2d75273402d84c732
authorJeremy Allison <jra@samba.org>
Sun, 3 Jul 2005 00:34:21 +0000 (3 00:34 +0000)
committerJeremy Allison <jra@samba.org>
Sun, 3 Jul 2005 00:34:21 +0000 (3 00:34 +0000)
tree2fd4b984bb7d117d0741f4a12d6c386d89f6e459
parent5698af4df2a76f3574f3c4f6c7c38ac34d081449
r8087: Get closer to passing the Samba4 deny tests. The added code in
share_conflict() was checking the same things twice (ie.
access_mask, share_mode, entry->access_mask, entry->share_mode
instead of reversing the access_mask and entry->access_mask in
each subsequent macro. Still fails tests but getting closer.
Jeremy.
source/include/smb.h
source/smbd/open.c