]> source.dussan.org Git - nextcloud-server.git/commit
Fix for smb4php fseek
authorVincent Petry <pvince81@owncloud.com>
Fri, 15 Nov 2013 13:23:24 +0000 (14:23 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 15 Nov 2013 13:23:24 +0000 (14:23 +0100)
commitf9a64d2b2755ba2d63677c0d9846e87790292d4c
tree633e970fb0c07e59cd31cc0068e795fdd0416007
parent630e46f60a7ac43815d14dd3d224de8ae3038465
Fix for smb4php fseek

The stream_fseek function must return a boolean which will be mapped
to 0 for success and -1 for failure for the caller.

This patch fixes stream_fseek of smb4php to also respect this
convention.

Since the encryption app is relying on fseek to detect whether a file is
encrypted by reading the last bit of data, this will fix #5023
apps/files_external/3rdparty/smb4php/smb.php