Skip to content
Snippets Groups Projects
Commit b9100bc2 authored by Björn Schießle's avatar Björn Schießle
Browse files

don't write file if opening a stream to encrypt the data fails

parent 0757f87d
Branches
No related tags found
No related merge requests found
......@@ -128,6 +128,8 @@ class Proxy extends \OC_FileProxy {
// re-enable proxy - our work is done
\OC_FileProxy::$enabled = $proxyStatus;
} else {
return false;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment