1
0
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:
Andrew Tridgell
2004-12-18 01:16:04 +00:00
committed by Gerald (Jerry) Carter
parent 0b76d405a7
commit 7251f1fcdd
3 changed files with 1 additions and 12 deletions

View File

@@ -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},