mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
proxy: rename randomize_credentials to m_randomize_credentials
This commit is contained in:
parent
a89c3f59dc
commit
ac2ecf3182
3 changed files with 6 additions and 6 deletions
|
|
@ -665,7 +665,7 @@ std::unique_ptr<Sock> 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++);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue