mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix uninit'd op req DN
This commit is contained in:
parent
299d19506a
commit
10264919f4
@ -536,6 +536,8 @@ do_syncrep1(
|
||||
at[0].an_name = a.a_desc->ad_cname;
|
||||
at[0].an_desc = a.a_desc;
|
||||
BER_BVZERO( &at[1].an_name );
|
||||
op->o_req_dn = e.e_name;
|
||||
op->o_req_ndn = e.e_nname;
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &si->si_cookieState->cs_mutex );
|
||||
rc = backend_operational( op, &rs );
|
||||
|
Loading…
Reference in New Issue
Block a user