diff options
author | andrey <andrey@php.net> | 2012-09-26 17:13:46 +0200 |
---|---|---|
committer | andrey <andrey@php.net> | 2012-09-26 17:13:46 +0200 |
commit | da96aa848fc4845399d4d7a7c396fa31ffb9ffba (patch) | |
tree | 055c0c55b844de5eca1ba571dc824a93e09c6e1d /ext/mysqlnd/mysqlnd_auth.c | |
parent | 263b37bee1ea92e30791b15af710b509da4b8ca8 (diff) | |
download | php-git-da96aa848fc4845399d4d7a7c396fa31ffb9ffba.tar.gz |
compile out example plugin in a release build
Diffstat (limited to 'ext/mysqlnd/mysqlnd_auth.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_auth.c b/ext/mysqlnd/mysqlnd_auth.c index ce03be4447..72b25326e0 100644 --- a/ext/mysqlnd/mysqlnd_auth.c +++ b/ext/mysqlnd/mysqlnd_auth.c @@ -558,7 +558,7 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn, } php_stream_free(stream, PHP_STREAM_FREE_CLOSE); } - DBG_RETURN(ret) + DBG_RETURN(ret); } /* }}} */ |