mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in prev commit
This commit is contained in:
parent
dc7ec5c6db
commit
dced3cca04
@ -722,7 +722,7 @@ do_syncrep2(
|
||||
si_tag == LDAP_TAG_SYNC_REFRESH_PRESENT ?
|
||||
"REFRESH_PRESENT" : "REFRESH_DELETE",
|
||||
"\n" );
|
||||
if ( si->si_tag == LDAP_TAG_SYNC_REFRESH_DELETE ) {
|
||||
if ( si_tag == LDAP_TAG_SYNC_REFRESH_DELETE ) {
|
||||
si->si_refreshDelete = 1;
|
||||
} else {
|
||||
si->si_refreshPresent = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user