release resources (ITS#4016)

This commit is contained in:
Pierangelo Masarati 2005-09-09 02:37:38 +00:00
parent d4c3093996
commit 866148810e

View File

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