We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa48b35 commit c46d6b8Copy full SHA for c46d6b8
1 file changed
src/client/WFConsulClient.h
@@ -144,9 +144,9 @@ class WFConsulClient
144
}
145
146
// with specific SSL_CTX
147
- int init(const std::string& proxy_url, SSL_CTX *ctx_ctx)
+ int init(const std::string& proxy_url, SSL_CTX *ctx)
148
{
149
- return this->init(proxy_url, protocol::ConsulConfig(), ssl_ctx);
+ return this->init(proxy_url, protocol::ConsulConfig(), ctx);
150
151
152
int init(const std::string& proxy_url, protocol::ConsulConfig config,
0 commit comments