Skip to content

Commit c53536d

Browse files
happyCoder92copybara-github
authored andcommitted
Automated rollback of commit d5f981c.
PiperOrigin-RevId: 794590271 Change-Id: I860ce891c04aa7d6ad01f6b70d0752eed0720ae5
1 parent fa30cb7 commit c53536d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sandboxed_api/sandbox2/network_proxy

sandboxed_api/sandbox2/network_proxy/client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ absl::Status NetworkProxyClient::Connect(int sockfd,
6161

6262
absl::StatusOr<FDCloser> NetworkProxyClient::ConnectInternal(
6363
const struct sockaddr* addr, socklen_t addrlen) {
64-
absl::MutexLock lock(mutex_);
64+
absl::MutexLock lock(&mutex_);
6565
// Send sockaddr struct
6666
if (!comms_.SendBytes(reinterpret_cast<const uint8_t*>(addr), addrlen)) {
6767
errno = EIO;

0 commit comments

Comments
 (0)