diff options
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index 888b33d105a..5444fc4148d 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -100,7 +100,7 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st if(context == 0) { - context = &_reference->getContext()->getValue(); + context = _reference->getContext(); } _stream.writeSize(Int(context->size())); |