mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix typo
This commit is contained in:
parent
0a7a97d294
commit
0db0d4e005
@ -1051,7 +1051,7 @@ syncrepl_entry(
|
|||||||
}
|
}
|
||||||
|
|
||||||
ber_dupbv( &op->o_sync_csn, syncCookie_req->ctxcsn );
|
ber_dupbv( &op->o_sync_csn, syncCookie_req->ctxcsn );
|
||||||
if ( op->op_sync_csn.bv_val ) {
|
if ( op->o_sync_csn.bv_val ) {
|
||||||
subseq_ptr = strstr( op->o_sync_csn.bv_val, "#0000" );
|
subseq_ptr = strstr( op->o_sync_csn.bv_val, "#0000" );
|
||||||
subseq_ptr += 4;
|
subseq_ptr += 4;
|
||||||
*subseq_ptr = '1';
|
*subseq_ptr = '1';
|
||||||
|
Loading…
Reference in New Issue
Block a user