From: Howard Chu Date: Sun, 21 Mar 2021 17:28:50 +0000 (+0000) Subject: ITS#9152 autoca: no-op if DB doesn't exist yet X-Git-Tag: OPENLDAP_REL_ENG_2_5_3BETA~3^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2834c87a0cdcad0a53440447c4669f87dafeef;p=thirdparty%2Fopenldap.git ITS#9152 autoca: no-op if DB doesn't exist yet --- diff --git a/servers/slapd/overlays/autoca.c b/servers/slapd/overlays/autoca.c index cb0227001e..eb9460d021 100644 --- a/servers/slapd/overlays/autoca.c +++ b/servers/slapd/overlays/autoca.c @@ -973,7 +973,7 @@ autoca_db_open( OperationBuffer opbuf; Operation *op; void *thrctx; - Entry *e; + Entry *e = NULL; Attribute *a; int rc;