mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
cleanup
This commit is contained in:
parent
b70abdcbce
commit
03dba8c111
1 changed files with 1 additions and 2 deletions
|
|
@ -1101,8 +1101,7 @@ void slap_sasl2dn( Operation *opx,
|
|||
"converting SASL name %s to a DN\n",
|
||||
saslname->bv_val, 0,0 );
|
||||
|
||||
sasldn->bv_val = NULL;
|
||||
sasldn->bv_len = 0;
|
||||
BER_BVZERO( sasldn );
|
||||
cb.sc_private = sasldn;
|
||||
|
||||
/* Convert the SASL name into a minimal URI */
|
||||
|
|
|
|||
Loading…
Reference in a new issue