]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 19 Mar 2009 21:13:11 +0000 (21:13 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 19 Mar 2009 21:13:11 +0000 (21:13 +0000)
servers/slapd/syncrepl.c

index e7daf54db5cf8a4738bcc8eb45636a54661928e1..a774836f01c42ad5899caf3a2afe0fffcb709bf4 100644 (file)
@@ -3607,8 +3607,6 @@ syncinfo_free( syncinfo_t *sie, int free_all )
        do {
                si_next = sie->si_next;
 
-               sie->si_re = NULL;
-
                if ( sie->si_ld ) {
                        if ( sie->si_conn ) {
                                connection_client_stop( sie->si_conn );