From 12b6e804a5ca24f4990e17e094c2d593e9fdf0b6 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 5 Jan 2006 21:25:06 +0000 Subject: [PATCH] fix search of specific connection (ITS#4300) --- servers/slapd/back-monitor/conn.c | 1 + 1 file changed, 1 insertion(+) 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 ", -- 2.39.5