Skip to content

Commit 9acfe1f

Browse files
committed
Fixed compilation warnings
1 parent cec0911 commit 9acfe1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/standard/password.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,11 @@ PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */
527527
{
528528
#ifdef ZTS
529529
if (!tsrm_is_main_thread()) {
530-
return;
530+
return SUCCESS;
531531
}
532532
#endif
533533
zend_hash_destroy(&php_password_algos);
534+
return SUCCESS;
534535
}
535536
/* }}} */
536537

0 commit comments

Comments
 (0)