From f342dbe702655fa8d05692051012e47d1f67ed31 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 25 Nov 2004 17:57:33 +0000 Subject: [PATCH] r3958: fix the build for now tridge: please fix that! metze (This used to be commit 45401b757e13036b9e8bffce3e7c3695a6da1e9b) --- source4/torture/basic/properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.34.1