]> git.sur5r.net Git - openldap/commitdiff
fix search of specific connection (ITS#4300)
authorPierangelo Masarati <ando@openldap.org>
Thu, 5 Jan 2006 21:25:06 +0000 (21:25 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 5 Jan 2006 21:25:06 +0000 (21:25 +0000)
servers/slapd/back-monitor/conn.c

index 749cfd78cf3ab00570d7dee9db1e8a07de4f513c..d8686e8ad05f015cc2a9650894e53a5a64635f3b 100644 (file)
@@ -547,6 +547,7 @@ monitor_subsys_conn_create(
                char                    *next = NULL;
                static struct berval    nconn_bv = BER_BVC( "cn=connection " );
 
+               rc = LDAP_NO_SUCH_OBJECT;
               
                /* create exactly the required entry;
                 * the normalized DN must start with "cn=connection ",