Skip to content

Commit d5f981c

Browse files
Sandboxed API Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 793971749 Change-Id: I325ba0b42d42c6aa2de2ecc12d2dde76834315fd
1 parent bf60ae2 commit d5f981c

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)