ITS#9152 autoca: no-op if DB doesn't exist yet

This commit is contained in:
Howard Chu 2021-03-21 17:28:50 +00:00
parent 7a4e70f3e6
commit cc2834c87a

View File

@ -973,7 +973,7 @@ autoca_db_open(
OperationBuffer opbuf;
Operation *op;
void *thrctx;
Entry *e;
Entry *e = NULL;
Attribute *a;
int rc;