mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
constify
This commit is contained in:
parent
7a7b2a0642
commit
225792c5db
3 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue