summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
index 17378987f11..c802f9acf41 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
@@ -255,9 +255,7 @@ Echo_Client_Request_Interceptor::receive_other (
{
int argc = 0;
this->orb_ = CORBA::ORB_init (argc, 0,
- this->orb_id_.in ()
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
+ this->orb_id_.in ());
}
CORBA::String_var operation = ri->operation (ACE_ENV_SINGLE_ARG_PARAMETER);