From: Pierangelo Masarati Date: Mon, 30 May 2005 12:40:09 +0000 (+0000) Subject: do not return spurious result codes (import fix from HEAD) X-Git-Tag: OPENLDAP_REL_ENG_2_2_27~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032a05c6fb8184acae64e3217510e116682531a0;p=thirdparty%2Fopenldap.git do not return spurious result codes (import fix from HEAD) --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 0a6203826f..6cfa575586 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -1536,6 +1536,7 @@ slap_send_search_reference( Operation *op, SlapReply *rs ) goto rel; } + rc = 0; #ifdef LDAP_CONNECTIONLESS if (!op->o_conn || op->o_conn->c_is_udp == 0) { #endif