From: Pierangelo Masarati Date: Thu, 5 Jan 2006 21:25:06 +0000 (+0000) Subject: fix search of specific connection (ITS#4300) X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~459 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12b6e804a5ca24f4990e17e094c2d593e9fdf0b6;p=openldap fix search of specific connection (ITS#4300) --- diff --git a/servers/slapd/back-monitor/conn.c b/servers/slapd/back-monitor/conn.c index 749cfd78cf..d8686e8ad0 100644 --- a/servers/slapd/back-monitor/conn.c +++ b/servers/slapd/back-monitor/conn.c @@ -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 ",