diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-07 20:44:23 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-07 20:44:23 +0000 |
commit | 84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc (patch) | |
tree | 4f1cf704ff94b6bb581fa58069e732e362832d85 /cpp/src | |
parent | CompressionException (diff) | |
download | ice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.tar.bz2 ice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.tar.xz ice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.zip |
_ovwt -> _ovrd
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier/Missive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier/Missive.cpp b/cpp/src/Glacier/Missive.cpp index f0b61dcd963..4daa3165ab2 100644 --- a/cpp/src/Glacier/Missive.cpp +++ b/cpp/src/Glacier/Missive.cpp @@ -21,7 +21,7 @@ Glacier::Missive::Missive(const ObjectPrx& proxy, const vector<Byte>& inParams, _current(current), _forwardContext(forwardContext) { - Context::const_iterator p = current.context.find("_ovwt"); + Context::const_iterator p = current.context.find("_ovrd"); if (p != current.context.end()) { _override = p->second; |