Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Enforce correct driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 17, 2022
1 parent 673d080 commit 522776e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class DokanyMountProvider implements MountService {
private static final Logger LOG = LoggerFactory.getLogger(DokanyMountProvider.class);

private static final int SUPPORTED_API_VERSION = 150;
private static final int SUPPORTED_DRIVER_VERSION = 150;
private static final int SUPPORTED_DRIVER_VERSION = 400;

private static final EnumIntegerSet<FileSystemFeature> DEFAULT_FS_FEATURES = new EnumIntegerSet(CASE_PRESERVED_NAMES, CASE_SENSITIVE_SEARCH, UNICODE_ON_DISK);

Expand Down

0 comments on commit 522776e

Please sign in to comment.