Fix a silly typo
This commit was SVN r22387.
Этот коммит содержится в:
родитель
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);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user