From dc8b6221372b5a08bdb332503b9964de1ce4a7e7 Mon Sep 17 00:00:00 2001 From: ftillier Date: Tue, 6 Dec 2005 22:32:00 +0000 Subject: [PATCH] [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 --- trunk/core/al/kernel/al_cm_cep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.41.0