Skip to content

Commit

Permalink
.rc_ is now .return_value_
Browse files Browse the repository at this point in the history
  • Loading branch information
electricjesus committed May 3, 2024
1 parent 1e80973 commit 5c83f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/network/utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ bool Utility::isTransparent(Socket& sock) {
call = IPV6_TRANSPARENT;
}

status = sock.getSocketOption(SOL_IP, call, &value, &value_len).rc_;
status = sock.getSocketOption(SOL_IP, call, &value, &value_len).return_value_;

if (status != 0 || value == 0) {
return false;
Expand Down

0 comments on commit 5c83f3d

Please sign in to comment.