mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
fix typo
This commit is contained in:
parent
0a7a97d294
commit
0db0d4e005
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ syncrepl_entry(
|
|||
}
|
||||
|
||||
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 += 4;
|
||||
*subseq_ptr = '1';
|
||||
|
|
|
|||
Loading…
Reference in a new issue