fix
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				BlockStorage/repertory/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	BlockStorage/repertory/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		| @@ -885,8 +885,9 @@ public: | ||||
|            DECODE_OR_RETURN(request, handle); | ||||
|  | ||||
|            data_buffer buffer; | ||||
|            if ((ret = this->fuse_read(path.c_str(), &buffer, read_size, | ||||
|                                       read_offset, handle)) > 0) { | ||||
|            if ((ret = this->fuse_read(path.c_str(), | ||||
|                                       reinterpret_cast<char *>(&buffer), | ||||
|                                       read_size, read_offset, handle)) > 0) { | ||||
|              response.encode(buffer.data(), buffer.size()); | ||||
|            } | ||||
|            return ret; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user