Skip to content

Commit

Permalink
Fixed compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Dec 19, 2018
1 parent cec0911 commit 9acfe1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/standard/password.c
Expand Up @@ -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;
}
/* }}} */

Expand Down

0 comments on commit 9acfe1f

Please sign in to comment.