diff options
| author | hiddenpath <[email protected]> | 2025-03-25 15:34:35 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-03-25 15:51:29 +0300 |
| commit | e3fd8dfac36fb164abdd8b5219b148c6c9d15766 (patch) | |
| tree | dc7333ee5c52fcb5fd7f42e3982130bbb5235fff /yt/cpp/mapreduce/http/context.cpp | |
| parent | 57c8fd26cffde1b13b7aae3eede09c4e6678d805 (diff) | |
Split YT_PROXY_ROLE into http and rpc options
commit_hash:cc2686061c43671c755570899d39e082199e6879
Diffstat (limited to 'yt/cpp/mapreduce/http/context.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/http/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/http/context.cpp b/yt/cpp/mapreduce/http/context.cpp index 531950c39e4..05dbce0a2e3 100644 --- a/yt/cpp/mapreduce/http/context.cpp +++ b/yt/cpp/mapreduce/http/context.cpp @@ -14,7 +14,7 @@ bool operator==(const TClientContext& lhs, const TClientContext& rhs) lhs.UseTLS == rhs.UseTLS && lhs.TvmOnly == rhs.TvmOnly && lhs.ProxyAddress == rhs.ProxyAddress && - lhs.ProxyRole == rhs.ProxyRole; + lhs.RpcProxyRole == rhs.RpcProxyRole; } //////////////////////////////////////////////////////////////////////////////// |
