Commit 6c11fedb authored by V S Murthy Sidagam's avatar V S Murthy Sidagam

Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED

post push change: fixing valgrind failures
parent f07d9957
......@@ -188,7 +188,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
n= sk_SSL_COMP_num(ssl_comp_methods);
DBUG_PRINT("info", ("Available compression methods:\n"));
if (n == 0)
fprintf(stderr, " NONE\n");
DBUG_PRINT("info", ("NONE\n"));
else
for (j = 0; j < n; j++)
{
......
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