Don't check for anysource if not recv
The function to check whether an operation was an anysource receive was
checking all request kinds, even if they weren't receives. This limits
that check to only receives to avoid examining an uninitialized
variable.
Signed-off-by:
Huiwei Lu <huiweilu@mcs.anl.gov>
Please register or sign in to comment