]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
do not return spurious result codes (import fix from HEAD)
authorPierangelo Masarati <ando@openldap.org>
Mon, 30 May 2005 12:40:09 +0000 (12:40 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 30 May 2005 12:40:09 +0000 (12:40 +0000)
servers/slapd/result.c

index 0a6203826fe0f4e354cb77390c3b8556f02db53b..6cfa575586d6a93ca834748e3c554432fd2651c7 100644 (file)
@@ -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