mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 ?
|
si_tag == LDAP_TAG_SYNC_REFRESH_PRESENT ?
|
||||||
"REFRESH_PRESENT" : "REFRESH_DELETE",
|
"REFRESH_PRESENT" : "REFRESH_DELETE",
|
||||||
"\n" );
|
"\n" );
|
||||||
if ( si->si_tag == LDAP_TAG_SYNC_REFRESH_DELETE ) {
|
if ( si_tag == LDAP_TAG_SYNC_REFRESH_DELETE ) {
|
||||||
si->si_refreshDelete = 1;
|
si->si_refreshDelete = 1;
|
||||||
} else {
|
} else {
|
||||||
si->si_refreshPresent = 1;
|
si->si_refreshPresent = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user