From: ftillier Date: Tue, 6 Dec 2005 22:32:00 +0000 (+0000) Subject: [IBAL] Fix listen processing to fail a generic listen if a more X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dc8b6221372b5a08bdb332503b9964de1ce4a7e7;p=~shefty%2Frdma-win.git [IBAL] Fix listen processing to fail a generic listen if a more specific one exists. git-svn-id: svn://openib.tc.cornell.edu/gen1@196 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/core/al/kernel/al_cm_cep.c b/trunk/core/al/kernel/al_cm_cep.c index c563969e..1667b4f7 100644 --- a/trunk/core/al/kernel/al_cm_cep.c +++ b/trunk/core/al/kernel/al_cm_cep.c @@ -4012,7 +4012,7 @@ pdata_cmp: * If an existing listen doesn't have a compare buffer, * then we found a duplicate. */ - if( !p_listen->p_cmp_buf ) + if( !p_listen->p_cmp_buf || !p_listen_info->p_cmp_buf ) break; if( p_listen_info->p_cmp_buf )