Skip to content
Snippets Groups Projects
Commit f9a64d2b authored by Vincent Petry's avatar Vincent Petry
Browse files

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
parent 630e46f6
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment