This commit is contained in:
Pierangelo Masarati 2005-01-23 21:44:42 +00:00
parent b70abdcbce
commit 03dba8c111

View file

@ -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 */