Skip to content

Commit 9301c85

Browse files
committed
wrong return value
1 parent 74f31f2 commit 9301c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointtopoint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function Wait!(req::Request)
408408
if !alreadynull
409409
req.buffer = nothing
410410
end
411-
stat
411+
stat_ref[]
412412
end
413413

414414
"""

0 commit comments

Comments
 (0)