Fix typo in berval commit

This commit is contained in:
Howard Chu 2001-12-24 13:47:47 +00:00
parent 65fad45129
commit 9969058a06

View file

@ -497,8 +497,8 @@ do_bind(
ldap_pvt_thread_mutex_lock( &conn->c_mutex );
conn->c_cdn = pdn->bv_val;
dn.bv_val = NULL;
dn.bv_len = 0;
pdn->bv_val = NULL;
pdn->bv_len = 0;
if(edn != NULL) {
conn->c_dn = edn;