Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613657077
  • Loading branch information
RazorBach authored and copybara-github committed Mar 8, 2024
1 parent 0170b7d commit 741e9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/gnpsi_relay_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ int SetUpReadSocket(int port, int addr_family,
socket_provider->Close(socket_fd);
return -1;
}
return 0;
return socket_fd;
}

Expand Down

0 comments on commit 741e9bb

Please sign in to comment.