mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling in
pvfs was not correct. This should fix a xcopy bug on OS/2.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
0b76d405a7
commit
7251f1fcdd
@@ -1120,6 +1120,7 @@ char *attrib_string(TALLOC_CTX *mem_ctx, uint32_t attrib)
|
||||
{'A', FILE_ATTRIBUTE_ARCHIVE},
|
||||
{'H', FILE_ATTRIBUTE_HIDDEN},
|
||||
{'S', FILE_ATTRIBUTE_SYSTEM},
|
||||
{'N', FILE_ATTRIBUTE_NORMAL},
|
||||
{'R', FILE_ATTRIBUTE_READONLY},
|
||||
{'d', FILE_ATTRIBUTE_DEVICE},
|
||||
{'t', FILE_ATTRIBUTE_TEMPORARY},
|
||||
|
||||
Reference in New Issue
Block a user