X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-3g_apply.c;h=b3fdfc182a1704c38e0a42f60740845f5fd9a706;hp=ef4346f6f96f05c2062ce7fd84c89c34e399b0f7;hb=567fe53d9dfe5b65f4f9b73f64063203c4ace293;hpb=958cc5438f3ade80baafcfbf15da370e819a6b90 diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index ef4346f6..b3fdfc18 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -57,7 +57,6 @@ ntfs_3g_get_supported_features(const char *target, supported_features->hidden_files = 1; supported_features->system_files = 1; supported_features->compressed_files = 1; - supported_features->encrypted_directories = 1; supported_features->not_context_indexed_files = 1; supported_features->named_data_streams = 1; supported_features->hard_links = 1;