From ac2ecf3182fb5ad9bcd41540b19382376114d6ee Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Mon, 5 Jun 2023 11:43:37 -0400 Subject: proxy: rename randomize_credentials to m_randomize_credentials --- src/netbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/netbase.cpp') diff --git a/src/netbase.cpp b/src/netbase.cpp index d3c3c36b37..c8735bd43d 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -665,7 +665,7 @@ std::unique_ptr ConnectThroughProxy(const Proxy& proxy, } // do socks negotiation - if (proxy.randomize_credentials) { + if (proxy.m_randomize_credentials) { ProxyCredentials random_auth; static std::atomic_int counter(0); random_auth.username = random_auth.password = strprintf("%i", counter++); -- cgit v1.2.3