Save return code from cleanup handler

This commit is contained in:
Howard Chu 2007-10-15 09:56:03 +00:00
parent f74d9f6099
commit d796273e8f

View file

@ -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 );