diff options
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.cpp')
-rwxr-xr-x | cpp/src/Ice/TcpAcceptor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.cpp b/cpp/src/Ice/TcpAcceptor.cpp index e20ad639d91..bf1fd17e410 100755 --- a/cpp/src/Ice/TcpAcceptor.cpp +++ b/cpp/src/Ice/TcpAcceptor.cpp @@ -232,7 +232,7 @@ IceInternal::TcpAcceptor::accept() _accepted.pop_front(); } - return new TcpTransceiver(_instance, new StreamSocket(_instance, fd)); + return new TcpTransceiver(_instance, new StreamSocket(_instance, fd)); } #else |