diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-18 01:16:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:29 -0500 |
commit | b02c5abfb470575a67ced192b2913b5a1c73dd3e (patch) | |
tree | 74469dac6ab1533fa12acbed6a534a0b9e448097 /source4/lib/util_str.c | |
parent | b706555b3a4ed3c8d459ae86b4c332fa41041f57 (diff) | |
download | samba-b02c5abfb470575a67ced192b2913b5a1c73dd3e.tar.gz samba-b02c5abfb470575a67ced192b2913b5a1c73dd3e.tar.xz samba-b02c5abfb470575a67ced192b2913b5a1c73dd3e.zip |
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 used to be commit 7251f1fcdd8980e9c49a58e665374025e07bb8d0)
Diffstat (limited to 'source4/lib/util_str.c')
-rw-r--r-- | source4/lib/util_str.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/util_str.c b/source4/lib/util_str.c index 9fd6dd53560..82481cca264 100644 --- a/source4/lib/util_str.c +++ b/source4/lib/util_str.c @@ -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}, |