diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-11-25 17:57:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:08 -0500 |
commit | f342dbe702655fa8d05692051012e47d1f67ed31 (patch) | |
tree | b03e2d4bd4ee5cb327a52d264bb7f1ef451dc13b /source4 | |
parent | b69b4075aac1064c40fc35f9267b989546481370 (diff) | |
download | samba-f342dbe702655fa8d05692051012e47d1f67ed31.tar.gz samba-f342dbe702655fa8d05692051012e47d1f67ed31.tar.bz2 samba-f342dbe702655fa8d05692051012e47d1f67ed31.zip |
r3958: fix the build for now
tridge: please fix that!
metze
(This used to be commit 45401b757e13036b9e8bffce3e7c3695a6da1e9b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/basic/properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/properties.c b/source4/torture/basic/properties.c index befdd06602..bb2e813de8 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), |