summaryrefslogtreecommitdiff
path: root/io/source/connector/ctr_socket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/connector/ctr_socket.cxx')
-rw-r--r--io/source/connector/ctr_socket.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx
index e5908d6e41ed..255c2f0af534 100644
--- a/io/source/connector/ctr_socket.cxx
+++ b/io/source/connector/ctr_socket.cxx
@@ -113,7 +113,7 @@ namespace stoc_connector {
buf.append( ",localHost=" );
buf.append( m_socket.getLocalHost( ) );
- m_sDescription += buf.makeStringAndClear();
+ m_sDescription += buf;
}
sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead )