Fix 2 bugs with displaying open file state. Firstly
authorJeremy Allison <jra@samba.org>
Thu, 22 May 2008 21:28:13 +0000 (14:28 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 22 May 2008 21:29:09 +0000 (14:29 -0700)
commit35f8b3e7948230bd404078db28eed67bfd896bf7
treeee9bd3ab9c34c92dead4ad8ea00cff89f21e1a24
parent92b05ed38dce0780c6fbdc7b971240fb563e5890
Fix 2 bugs with displaying open file state. Firstly
the IDL is documented incorrectly in the MS-DOCS.
Username and path need to be reversed (yes I will
raise this with MS). Secondly, we need to check
access_mask for the permissions, not share_access
(share_access are the deny modes).
Jeremy.
source/rpc_server/srv_srvsvc_nt.c