mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
release resources (ITS#4016)
This commit is contained in:
parent
d4c3093996
commit
866148810e
@ -741,6 +741,9 @@ retry:;
|
||||
rc = ldap_back_op_result( lc, op, rs, msgid, sendok );
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
lc->lc_bound = 1;
|
||||
|
||||
} else {
|
||||
ldap_back_release_conn( op, rs, lc );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user