fixes
This commit is contained in:
		| @@ -885,7 +885,7 @@ public: | ||||
|            DECODE_OR_RETURN(request, handle); | ||||
|  | ||||
|            data_buffer buffer; | ||||
|            if ((ret = this->fuse_read(path.c_str(), buffer.data(), read_size, | ||||
|            if ((ret = this->fuse_read(path.c_str(), &buffer, read_size, | ||||
|                                       read_offset, handle)) > 0) { | ||||
|              response.encode(buffer.data(), buffer.size()); | ||||
|            } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user