diff --git a/encfs/FileUtils.cpp b/encfs/FileUtils.cpp index 6e5a267..7ae3260 100644 --- a/encfs/FileUtils.cpp +++ b/encfs/FileUtils.cpp @@ -1664,7 +1664,7 @@ RootPtr initFS( EncFS_Context *ctx, const shared_ptr &opts ) fsConfig->nameCoding = nameCoder; fsConfig->config = config; fsConfig->forceDecode = opts->forceDecode; - fsConfig->reverseEncryption = opts->forceDecode; + fsConfig->reverseEncryption = opts->reverseEncryption; fsConfig->opts = opts; rootInfo = RootPtr( new EncFS_Root );