From: Howard Chu Date: Sat, 1 Nov 2003 23:03:44 +0000 (+0000) Subject: ITS#2806 fix abort X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~468 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fab84134bae38f7a2f081af696d2d8a21e1cd588;p=openldap ITS#2806 fix abort --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index c3bf11a14e..fcfb191717 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -694,7 +694,7 @@ do_syncrepl( } else { connection_client_enable( s ); } - } else { + } else if ( !first ) { dostop = 1; } } else {