mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix typo in berval commit
This commit is contained in:
parent
65fad45129
commit
9969058a06
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue