mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/ldap: Fix FCC is initialized condition
This commit is contained in:
@@ -3755,7 +3755,7 @@ PHP_FUNCTION(ldap_set_rebind_proc)
|
||||
}
|
||||
|
||||
/* Free old FCC */
|
||||
if (!ZEND_FCC_INITIALIZED(ld->rebind_proc_fcc)) {
|
||||
if (ZEND_FCC_INITIALIZED(ld->rebind_proc_fcc)) {
|
||||
zend_fcc_dtor(&ld->rebind_proc_fcc);
|
||||
}
|
||||
if (ZEND_FCC_INITIALIZED(fcc)) {
|
||||
|
||||
Reference in New Issue
Block a user