summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-16 20:34:09 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-12-16 20:34:09 +0000
commit7ca4908cd1d2484a45aee69ce57114f15bf4e823 (patch)
tree99447acb98ba2a39968ca9b7c37d85d5dbdaa98c /TAO/tao/ORB.cpp
parentcb284aacb3d00053ec9052a8022efdca2e6e6b24 (diff)
downloadATCD-7ca4908cd1d2484a45aee69ce57114f15bf4e823.tar.gz
ChangeLogTag: Mon Dec 16 14:27:15 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index c31f626b4bf..66e6ebb4955 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1008,9 +1008,9 @@ CORBA_ORB::resolve_service (TAO_MCAST_SERVICEID mcast_service_id
ACE_OS::strlen (port_ptr.in ()) +
2);
- ACE_OS::strcpy (def_init_ref, prefix);
- ACE_OS::strcat (def_init_ref, port_ptr.in ());
- ACE_OS::strcat (def_init_ref, "::");
+ ACE_OS::strcpy (def_init_ref.out (), prefix);
+ ACE_OS::strcat (def_init_ref.out (), port_ptr.in ());
+ ACE_OS::strcat (def_init_ref.out (), "::");
CORBA::String_var default_init_ref =
this->orb_core_->orb_params ()->default_init_ref ();