summaryrefslogtreecommitdiff
path: root/TAO/tao/iiopobj.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-17 05:44:42 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-17 05:44:42 +0000
commit60e492b1d860118abd0a3f53edc154888b8f42d2 (patch)
tree457a413b8bc66bf26e9d639cc66064cc3ddd173f /TAO/tao/iiopobj.cpp
parentd34aa9f7572ebbe9a251fce23c54fa55045429a8 (diff)
downloadATCD-60e492b1d860118abd0a3f53edc154888b8f42d2.tar.gz
ChangeLogTag:Fri Jan 16 23:38:38 1998 <coryan@MILONGA>
Diffstat (limited to 'TAO/tao/iiopobj.cpp')
-rw-r--r--TAO/tao/iiopobj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/iiopobj.cpp b/TAO/tao/iiopobj.cpp
index 90d340d0381..f60c3b98e39 100644
--- a/TAO/tao/iiopobj.cpp
+++ b/TAO/tao/iiopobj.cpp
@@ -58,7 +58,7 @@ IIOP::Profile::set (const char *h,
key = buffer;
}
- this->object_key.length (ACE_OS::strlen (key));
+ this->object_key.length (ACE_OS::strlen (key) + 1);
for (CORBA::ULong i = 0;
i < this->object_key.length ();