summaryrefslogtreecommitdiffstats
path: root/source4/torture/basic/properties.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-25 17:57:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:08 -0500
commitf342dbe702655fa8d05692051012e47d1f67ed31 (patch)
treeb03e2d4bd4ee5cb327a52d264bb7f1ef451dc13b /source4/torture/basic/properties.c
parentb69b4075aac1064c40fc35f9267b989546481370 (diff)
downloadsamba-f342dbe702655fa8d05692051012e47d1f67ed31.tar.gz
samba-f342dbe702655fa8d05692051012e47d1f67ed31.tar.xz
samba-f342dbe702655fa8d05692051012e47d1f67ed31.zip
r3958: fix the build for now
tridge: please fix that! metze (This used to be commit 45401b757e13036b9e8bffce3e7c3695a6da1e9b)
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 befdd066024..bb2e813de87 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),
- BIT_NAME(FS_ATTR_LFN_SUPPORT),
+ /* FIXME! BIT_NAME(FS_ATTR_LFN_SUPPORT),*/
BIT_NAME(FS_ATTR_IS_COMPRESSED),
BIT_NAME(FS_ATTR_OBJECT_IDS),
BIT_NAME(FS_ATTR_ENCRYPTION),