Don't change chromium_src files.
This commit is contained in:
parent
55b3f1936f
commit
2717b96310
22 changed files with 131 additions and 110 deletions
|
@ -123,7 +123,7 @@ int StreamListenSocket::GetPeerAddress(IPEndPoint* address) const {
|
|||
}
|
||||
|
||||
SocketDescriptor StreamListenSocket::AcceptSocket() {
|
||||
SocketDescriptor conn = HANDLE_EINTR(accept(socket_, nullptr, nullptr));
|
||||
SocketDescriptor conn = HANDLE_EINTR(accept(socket_, NULL, NULL));
|
||||
if (conn == kInvalidSocket)
|
||||
LOG(ERROR) << "Error accepting connection.";
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue