mirror of
https://github.com/vgough/encfs.git
synced 2025-08-16 08:47:54 +02:00
correct return code, fixes #142
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user