From c7693be0a636768b76e198d5e2a9e9c8fe1ef498 Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 12 Jul 2000 16:25:23 +0000 Subject: Added "InterfaceRepository" to list of strings compared by IOR_Multicast::handle_input. --- TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp b/TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp index 05d10d5d8b0..719dcbcf798 100644 --- a/TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp +++ b/TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp @@ -171,6 +171,8 @@ TAO_IOR_Multicast::handle_input (ACE_HANDLE) "TradingService") != 0 && ACE_OS::strcmp (service_name, "ImplRepoService") != 0 + && ACE_OS::strcmp (service_name, + "InterfaceRepository") != 0 ) { // The client has requested an IOR other than for the -- cgit v1.2.1