Commit d5884888 authored by Sergei Golubchik's avatar Sergei Golubchik

silence the "uninitialized" warning

parent ab5c1e43
......@@ -198,7 +198,7 @@ int Url_http::send(const char* data, size_t data_length)
}
#ifdef HAVE_OPENSSL
struct st_VioSSLFd *ssl_fd;
struct st_VioSSLFd *UNINIT_VAR(ssl_fd);
if (ssl)
{
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