From: Howard Chu Date: Thu, 9 Dec 2004 21:16:16 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dced3cca04ef1bdd9cdf45faef897502e910f1a9;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 84df9006aa..ae06498e33 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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;