]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 9 Dec 2004 21:16:16 +0000 (21:16 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 9 Dec 2004 21:16:16 +0000 (21:16 +0000)
servers/slapd/syncrepl.c

index 84df9006aa1ed86f34c9505e79e01027f179db29..ae06498e335210902af17ef4346cee5b196426e5 100644 (file)
@@ -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;