diff options
-rw-r--r-- | vcl/workben/svpclient.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx index e026c4c4f831..050b0dbea485 100644 --- a/vcl/workben/svpclient.cxx +++ b/vcl/workben/svpclient.cxx @@ -187,7 +187,6 @@ OString MyWin::processCommand( const OString& rCommand ) if( connect( nSocket, (const sockaddr*)&addr, sizeof(addr) ) ) { perror( "SvpElementContainer: connect() failed" ); - close(nSocket); } else { |