mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
fix reverse mode. issue #81, patch by p.kosseff
git-svn-id: http://encfs.googlecode.com/svn/trunk@64 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
8a404c052f
commit
d57259dbdd
@ -1664,7 +1664,7 @@ RootPtr initFS( EncFS_Context *ctx, const shared_ptr<EncFS_Opts> &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 );
|
||||
|
Loading…
Reference in New Issue
Block a user