]> source.dussan.org Git - nextcloud-server.git/commitdiff
comment change as it broke unit tests
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 2 Apr 2015 15:21:47 +0000 (17:21 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:31 +0000 (13:30 +0200)
lib/private/files/stream/encryption.php

index 9ef666d78eda8d8bd938d0c59e8d4b0ffaffc932..b4e06c9994326cc24d3d94e52d89b96c640ec6a8 100644 (file)
@@ -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