1
1

Force the request to NULL in order to avoid complaints from the compiler.

This commit was SVN r10647.
Этот коммит содержится в:
George Bosilca 2006-07-04 06:20:13 +00:00
родитель 402a03d229
Коммит 2bdb06b549

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

@ -41,6 +41,7 @@ OBJ_CLASS_DECLARATION(mca_pml_cm_send_request_t);
\
if(NULL == proc) { \
rc = OMPI_ERR_OUT_OF_RESOURCE; \
sendreq = NULL; \
} else { \
rc = OMPI_SUCCESS; \
OMPI_FREE_LIST_WAIT(&ompi_pml_cm.cm_send_requests, item, rc); \