summaryrefslogtreecommitdiffstats
path: root/source4/torture/basic/properties.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-25 21:01:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:10 -0500
commitd019557a53b7e624724cd23cce025731c9808f50 (patch)
tree2ad0da82ffcb5cba60af8364abdb1962f68aa05c /source4/torture/basic/properties.c
parente90061865467600a9d8a34f92e60a296cbf19234 (diff)
downloadsamba-d019557a53b7e624724cd23cce025731c9808f50.tar.gz
samba-d019557a53b7e624724cd23cce025731c9808f50.tar.xz
samba-d019557a53b7e624724cd23cce025731c9808f50.zip
r3975: added LFN filesystem attribute bit definition from ethereal
apologies for not committing this earlier (This used to be commit 0950681091ab99f0e79048a9c1db57d057a96e66)
Diffstat (limited to 'source4/torture/basic/properties.c')
-rw-r--r--source4/torture/basic/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/properties.c b/source4/torture/basic/properties.c
index bb2e813de87..befdd066024 100644
--- a/source4/torture/basic/properties.c
+++ b/source4/torture/basic/properties.c
@@ -40,7 +40,7 @@ const static struct bitmapping fs_attr_bits[] = {
BIT_NAME(FS_ATTR_SPARSE_FILES),
BIT_NAME(FS_ATTR_REPARSE_POINTS),
BIT_NAME(FS_ATTR_REMOTE_STORAGE),
- /* FIXME! BIT_NAME(FS_ATTR_LFN_SUPPORT),*/
+ BIT_NAME(FS_ATTR_LFN_SUPPORT),
BIT_NAME(FS_ATTR_IS_COMPRESSED),
BIT_NAME(FS_ATTR_OBJECT_IDS),
BIT_NAME(FS_ATTR_ENCRYPTION),