mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
misc cleanup
This commit is contained in:
parent
f3586499d0
commit
e36f1398f0
1 changed files with 5 additions and 3 deletions
|
|
@ -1051,9 +1051,11 @@ syncrepl_entry(
|
|||
}
|
||||
|
||||
ber_dupbv( &op->o_sync_csn, syncCookie_req->ctxcsn );
|
||||
subseq_ptr = strstr( op->o_sync_csn.bv_val, "#0000" );
|
||||
subseq_ptr += 4;
|
||||
*subseq_ptr = '1';
|
||||
if ( op->op_sync_csn.bv_val ) {
|
||||
subseq_ptr = strstr( op->o_sync_csn.bv_val, "#0000" );
|
||||
subseq_ptr += 4;
|
||||
*subseq_ptr = '1';
|
||||
}
|
||||
|
||||
op->o_req_dn = si->si_syncUUID_ndn;
|
||||
op->o_req_ndn = si->si_syncUUID_ndn;
|
||||
|
|
|
|||
Loading…
Reference in a new issue