1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

Fixed compilation warning

This commit is contained in:
Dmitry Stogov
2014-06-20 10:32:05 +04:00
parent 7e9176731f
commit 3f11ddcfe3

View File

@@ -485,7 +485,6 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn,
TSRMLS_DC)
{
RSA * ret = NULL;
int len;
const char * fname = (net_options->sha256_server_public_key && net_options->sha256_server_public_key[0] != '\0')?
net_options->sha256_server_public_key:
MYSQLND_G(sha256_server_public_key);