summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpAcceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.cpp')
-rwxr-xr-xcpp/src/Ice/TcpAcceptor.cpp2
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