mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix search of specific connection (ITS#4300)
This commit is contained in:
parent
b18ba481cf
commit
12b6e804a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue