1
1

Fix assertion failure "assert( 0 == btl_endpoint->endpoint_cache_length )" while executing mt_coll testcase.

This commit was SVN r16408.
Этот коммит содержится в:
Nysal Jan 2007-10-09 18:00:01 +00:00
родитель 62ade993ca
Коммит b51d85fb3f

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

@ -690,10 +690,10 @@ static void mca_btl_tcp_endpoint_recv_handler(int sd, short flags, void* user)
#endif /* MCA_BTL_TCP_ENDPOINT_CACHE */
MCA_BTL_TCP_FRAG_RETURN(frag);
}
OPAL_THREAD_UNLOCK(&btl_endpoint->endpoint_recv_lock);
#if MCA_BTL_TCP_ENDPOINT_CACHE
assert( 0 == btl_endpoint->endpoint_cache_length );
#endif /* MCA_BTL_TCP_ENDPOINT_CACHE */
OPAL_THREAD_UNLOCK(&btl_endpoint->endpoint_recv_lock);
break;
}
case MCA_BTL_TCP_SHUTDOWN: