mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
don't open if no configuration is present (ITS#6279)
This commit is contained in:
parent
393612b8e1
commit
91ed170c29
1 changed files with 4 additions and 0 deletions
|
|
@ -1450,6 +1450,10 @@ autogroup_db_open(
|
|||
|
||||
Debug( LDAP_DEBUG_TRACE, "==> autogroup_db_open\n", 0, 0, 0);
|
||||
|
||||
if ( agi == NULL ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
connection_fake_init( &conn, &opbuf, thrctx );
|
||||
op = &opbuf.ob_op;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue