mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#9152 autoca: no-op if DB doesn't exist yet
This commit is contained in:
parent
7a4e70f3e6
commit
cc2834c87a
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ autoca_db_open(
|
|||
OperationBuffer opbuf;
|
||||
Operation *op;
|
||||
void *thrctx;
|
||||
Entry *e;
|
||||
Entry *e = NULL;
|
||||
Attribute *a;
|
||||
int rc;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue