mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
minor cleanup
This commit is contained in:
parent
e6065fb20d
commit
96fe39e99f
1 changed files with 2 additions and 4 deletions
|
|
@ -308,11 +308,9 @@ do_bind(
|
|||
ber_dupbv( &op->o_conn->c_ndn, &op->o_conn->c_dn );
|
||||
}
|
||||
op->o_tmpfree( op->orb_edn.bv_val, op->o_tmpmemctx );
|
||||
op->orb_edn.bv_val = NULL;
|
||||
op->orb_edn.bv_len = 0;
|
||||
BER_BVZERO( &op->orb_edn );
|
||||
op->o_conn->c_authmech = op->o_conn->c_sasl_bind_mech;
|
||||
op->o_conn->c_sasl_bind_mech.bv_val = NULL;
|
||||
op->o_conn->c_sasl_bind_mech.bv_len = 0;
|
||||
BER_BVZERO( &op->o_conn->c_sasl_bind_mech );
|
||||
op->o_conn->c_sasl_bind_in_progress = 0;
|
||||
|
||||
op->o_conn->c_sasl_ssf = op->orb_ssf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue