diff --git a/src/mca/pml/teg/src/pml_teg_sendreq.h b/src/mca/pml/teg/src/pml_teg_sendreq.h index 46e1ea1c85..c662415d89 100644 --- a/src/mca/pml/teg/src/pml_teg_sendreq.h +++ b/src/mca/pml/teg/src/pml_teg_sendreq.h @@ -69,7 +69,7 @@ */ \ if(NULL != ptl->ptl_base) { \ OMPI_THREAD_LOCK(&ptl_base->ptl_cache_lock); \ - if(ompi_list_get_size(&ptl_base->ptl_cache) >= ptl_base->ptl_cache_) {\ + if(ompi_list_get_size(&ptl_base->ptl_cache) >= ptl_base->ptl_cache_size) {\ /* if cache limit is exceeded - return to global pool */ \ ptl->ptl_request_fini(ptl, sendreq); \ OMPI_FREE_LIST_RETURN(&mca_pml_teg.teg_send_requests, \