1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Fixed compilation warnings

This commit is contained in:
Dmitry Stogov
2018-12-19 16:15:49 +03:00
parent cec091176c
commit 9acfe1f8f0

View File

@@ -527,10 +527,11 @@ PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */
{
#ifdef ZTS
if (!tsrm_is_main_thread()) {
return;
return SUCCESS;
}
#endif
zend_hash_destroy(&php_password_algos);
return SUCCESS;
}
/* }}} */