diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-03 17:43:36 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-03 17:43:36 +0000 |
commit | 8c11cf565e07bcef89b784fcaf3330b01f3d759b (patch) | |
tree | a32a5b135771c7bd524b693ac15f7acdb1c2c8af /TAO/tao | |
parent | c591179ead9972815947a520da6da3e74d96ce81 (diff) | |
download | ATCD-8c11cf565e07bcef89b784fcaf3330b01f3d759b.tar.gz |
ChangeLogTag: Fri Sep 3 12:41:36 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Object_KeyC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_KeyC.cpp b/TAO/tao/Object_KeyC.cpp index 577447e433e..7c673f39ba0 100644 --- a/TAO/tao/Object_KeyC.cpp +++ b/TAO/tao/Object_KeyC.cpp @@ -233,7 +233,7 @@ TAO::ObjectKey::demarshal_key (TAO::ObjectKey &key, return strm.read_octet_array (key.get_buffer (), _tao_seq_len); #else /* TAO_NO_COPY_OCTET_SEQUENCES == 0 */ - return strm.read_octet_array (_tao_sequence.get_buffer (), _tao_sequence.length ()); + return strm.read_octet_array (key.get_buffer (), key.length ()); #endif /* TAO_NO_COPY_OCTET_SEQUENCES == 0 */ } |