This commit is contained in:
Andrey Hristov 2012-10-12 10:20:09 +02:00
parent 7a7b2a0642
commit 225792c5db
3 changed files with 3 additions and 2 deletions

View file

@ -581,6 +581,7 @@ mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self
if (conn->net->data->ssl) {
DBG_INF("simple clear text under SSL");
/* clear text under SSL */
*auth_data_len = passwd_len;
ret = malloc(passwd_len);