From: Howard Chu Date: Thu, 19 Mar 2009 21:13:11 +0000 (+0000) Subject: Fix prev commit X-Git-Tag: ACLCHECK_0~663 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=528193ec23e49c31f53340e11c42607d6197f265;p=openldap Fix prev commit --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index e7daf54db5..a774836f01 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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 );