From 9301c85901533a966e0e6bfc713d79b2a6cb62ac Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Wed, 24 Feb 2021 14:27:35 -0800 Subject: [PATCH] wrong return value --- src/pointtopoint.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pointtopoint.jl b/src/pointtopoint.jl index 42d03b7b0..8b3608215 100644 --- a/src/pointtopoint.jl +++ b/src/pointtopoint.jl @@ -408,7 +408,7 @@ function Wait!(req::Request) if !alreadynull req.buffer = nothing end - stat + stat_ref[] end """