mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
correct return code, fixes #142
This commit is contained in:
parent
671ff0e3f2
commit
f7149eaf7a
@ -356,7 +356,7 @@ bool CipherFileIO::writeOneBlock(const IORequest &req) {
|
||||
|
||||
if (haveHeader && fsConfig->reverseEncryption) {
|
||||
rDebug("writing to a reverse mount with per-file IVs is not implemented");
|
||||
return -EROFS;
|
||||
return false;
|
||||
}
|
||||
|
||||
int bs = blockSize();
|
||||
|
Loading…
Reference in New Issue
Block a user