diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index d338ea2c8..09a7f6e02 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -3904,7 +3904,7 @@ void MySQL_Thread::refresh_variables() { if (mysql_thread___ssl_p2s_ca) free(mysql_thread___ssl_p2s_ca); mysql_thread___ssl_p2s_ca=GloMTH->get_variable_string((char *)"ssl_p2s_ca"); if (mysql_thread___ssl_p2s_capath) free(mysql_thread___ssl_p2s_capath); - mysql_thread___ssl_p2s_capath=GloMTH->get_variable_string((char *)"ssl_p2s_ca"); + mysql_thread___ssl_p2s_capath=GloMTH->get_variable_string((char *)"ssl_p2s_capath"); if (mysql_thread___ssl_p2s_cert) free(mysql_thread___ssl_p2s_cert); mysql_thread___ssl_p2s_cert=GloMTH->get_variable_string((char *)"ssl_p2s_cert"); if (mysql_thread___ssl_p2s_key) free(mysql_thread___ssl_p2s_key);