From 528193ec23e49c31f53340e11c42607d6197f265 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 19 Mar 2009 21:13:11 +0000 Subject: [PATCH] Fix prev commit --- servers/slapd/syncrepl.c | 2 -- 1 file changed, 2 deletions(-) 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 ); -- 2.39.5