OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-101-g3138aab
Gerrit Code Review
gerrit@openafs.org
Thu, 26 Nov 2009 12:40:01 -0800 (PST)
The following commit has been merged in the master branch:
commit 3138aaba25fc93ec0ef38cd1cf61100b86990e80
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Tue Nov 24 18:08:55 2009 -0500
Windows: Fix test for setting FILE_ATTR_READONLY
When checking whether or not to enforce the unix mode
bits as if they were the Windows FILE_ATTR_READONLY flag
the mask 0200 is used. Make sure that the same mask is
used when publishing the FILE_ATTR_READONLY flag to the
smb client.
LICENSE MIT
Change-Id: Ia68bd17ad80341f1c14f3c0caaec8f09a0a2f3c5
Reviewed-on: http://gerrit.openafs.org/868
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/smb.c | 8 ++++----
src/WINNT/afsd/smb3.c | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository