From: Thomas Müller Date: Thu, 2 Apr 2015 15:21:47 +0000 (+0200) Subject: comment change as it broke unit tests X-Git-Tag: v8.1.0alpha1~78^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69e95531f88f89c793ec383139bb093f0c979596;p=nextcloud-server.git comment change as it broke unit tests --- diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 9ef666d78ed..b4e06c99943 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -252,7 +252,7 @@ class Encryption extends Wrapper { parent::stream_read($this->util->getHeaderSize()); } - $count = min($count, $this->unencryptedSize - $this->position); +// $count = min($count, $this->unencryptedSize - $this->position); while ($count > 0) { $remainingLength = $count; // update the cache of the current block