From 8f59a6aa3f0b5b6a4fe6fc093982f6a1e395148b Mon Sep 17 00:00:00 2001 From: bala Date: Mon, 7 Mar 2005 11:26:35 +0000 Subject: ChangeLogTag:`head -1 ChangeLog` --- TAO/tao/Invocation_Endpoint_Selectors.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/Invocation_Endpoint_Selectors.cpp') diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp index 01290c9cca3..0a31ce06b74 100644 --- a/TAO/tao/Invocation_Endpoint_Selectors.cpp +++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp @@ -43,8 +43,8 @@ TAO_Default_Endpoint_Selector::select_endpoint ( // Check whether we need to do a blocked wait or we have a // non-blocked wait and we support that. If this is not the // case we can't use this profile so try the next. - if (r->blocked () || - (!r->blocked () && r->profile ()->supports_non_blocking_oneways ())) + if (r->blocked_connect () || + (!r->blocked_connect () && r->profile ()->supports_non_blocking_oneways ())) { const size_t endpoint_count = r->profile ()->endpoint_count (); -- cgit v1.2.1