Commit 75728894 authored by Sergei Golubchik's avatar Sergei Golubchik

silence the "uninitialized" warning

parent 178c1a23
...@@ -198,7 +198,7 @@ int Url_http::send(const char* data, size_t data_length) ...@@ -198,7 +198,7 @@ int Url_http::send(const char* data, size_t data_length)
} }
#ifdef HAVE_OPENSSL #ifdef HAVE_OPENSSL
struct st_VioSSLFd *ssl_fd; struct st_VioSSLFd *UNINIT_VAR(ssl_fd);
if (ssl) if (ssl)
{ {
buf[0]= 0; buf[0]= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment