mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
silence the "uninitialized" warning
This commit is contained in:
parent
ab5c1e433e
commit
d588488855
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue