1
1
This commit was SVN r22387.
Этот коммит содержится в:
Ralph Castain 2010-01-09 15:34:49 +00:00
родитель e0afc30708
Коммит 16b16c5cb8

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

@ -671,7 +671,7 @@ static int tcp_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);