diff options
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index 746d906cf94..9c036b1b9a5 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -1610,8 +1610,8 @@ Ice::Connection::run() #ifndef ICEE_PURE_CLIENT Int invokeNum = 0; _in.os()->reset(); - _in.is()->reset(); #endif + _stream.reset(); // // Read and parse the next message. We don't need to lock the |