Kaydet (Commit) 0d05957c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid infinite recursion

Change-Id: I99d26f9601ceed98d0357d8722f8cf91cf007d29
üst f49b4581
...@@ -71,7 +71,7 @@ void BufferedStreamSocket::close() ...@@ -71,7 +71,7 @@ void BufferedStreamSocket::close()
mSocket = -1; mSocket = -1;
} }
else else
close(); ::osl::StreamSocket::close();
} }
sal_Int32 BufferedStreamSocket::readLine( OString& aLine ) sal_Int32 BufferedStreamSocket::readLine( OString& aLine )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment