diff --git a/encfs/CipherFileIO.cpp b/encfs/CipherFileIO.cpp index dfbb171..2de0eaa 100644 --- a/encfs/CipherFileIO.cpp +++ b/encfs/CipherFileIO.cpp @@ -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();