1
1

Oh, the pain one little word can make...sigh.

This commit was SVN r22364.
Этот коммит содержится в:
Ralph Castain 2010-01-05 23:29:56 +00:00
родитель 715d866da6
Коммит a12de9d1e8

Просмотреть файл

@ -534,7 +534,7 @@ static int basic_recv_nb(orte_rmcast_channel_t channel,
recvptr->cbfunc_iovec = cbfunc;
recvptr->cbdata = cbdata;
if (ORTE_SUCCESS != (ret = queue_recv(recvptr, channel, tag, cbfunc, NULL, true))) {
if (ORTE_SUCCESS != (ret = queue_recv(recvptr, channel, tag, cbfunc, NULL, false))) {
if (ORTE_EXISTS == ret) {
/* this recv already exists - just release the copy */
OBJ_RELEASE(recvptr);