mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix search of specific connection (ITS#4300)
This commit is contained in:
parent
b18ba481cf
commit
12b6e804a5
@ -547,6 +547,7 @@ monitor_subsys_conn_create(
|
|||||||
char *next = NULL;
|
char *next = NULL;
|
||||||
static struct berval nconn_bv = BER_BVC( "cn=connection " );
|
static struct berval nconn_bv = BER_BVC( "cn=connection " );
|
||||||
|
|
||||||
|
rc = LDAP_NO_SUCH_OBJECT;
|
||||||
|
|
||||||
/* create exactly the required entry;
|
/* create exactly the required entry;
|
||||||
* the normalized DN must start with "cn=connection ",
|
* the normalized DN must start with "cn=connection ",
|
||||||
|
Loading…
Reference in New Issue
Block a user