mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix typo in prev commit
This commit is contained in:
parent
dc7ec5c6db
commit
dced3cca04
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue