diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 18:22:50 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-13 18:22:50 +0000 |
commit | bc5160534bc886da1612f4d76e40784c3651fc84 (patch) | |
tree | e7fd1f277b262f83013a8b43da4725412f82c144 /cpp/src/IceGrid/AdminSessionI.cpp | |
parent | - Adding file list for 'ca' scripts. (diff) | |
download | ice-bc5160534bc886da1612f4d76e40784c3651fc84.tar.bz2 ice-bc5160534bc886da1612f4d76e40784c3651fc84.tar.xz ice-bc5160534bc886da1612f4d76e40784c3651fc84.zip |
Fixed bug 1617
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminSessionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp index 00f4439fb31..387a55c7533 100644 --- a/cpp/src/IceGrid/AdminSessionI.cpp +++ b/cpp/src/IceGrid/AdminSessionI.cpp @@ -28,7 +28,7 @@ FileIteratorI::FileIteratorI(const AdminSessionIPtr& session, _reader(reader), _filename(filename), _offset(offset), - _messageSizeMax(messageSizeMax) + _messageSizeMax(messageSizeMax - 256) // Room for the header { } |