diff options
Diffstat (limited to 'mount.go')
-rw-r--r-- | mount.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ func initFuseFrontend(key []byte, args *argContainer, confFile *configfile.ConfF NoPrealloc: args.noprealloc, HKDF: args.hkdf, SerializeReads: args.serialize_reads, + ForceDecode: args.forcedecode, } // confFile is nil when "-zerokey" or "-masterkey" was used if confFile != nil { |