mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Save return code from cleanup handler
This commit is contained in:
parent
f74d9f6099
commit
d796273e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -4865,7 +4865,7 @@ out:
|
|||
}
|
||||
|
||||
if ( ca->cleanup )
|
||||
ca->cleanup( ca );
|
||||
rc = ca->cleanup( ca );
|
||||
out_noop:
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
attrs_free( save_attrs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue