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:28:13 +0000 (14:28 -0700)
commit537dc11bf4825472178a64837838ac17111a85f3
treee704ba9779840e72b04c90612696827162027e4b
parentcfde5c8d478ced2b02e1711aeee6f609c5e97e4a
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.
(This used to be commit bdaad19f90e991aba2afccfa13afbbfe2ac7baaf)
source3/rpc_server/srv_srvsvc_nt.c