]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9152 autoca: no-op if DB doesn't exist yet
authorHoward Chu <hyc@openldap.org>
Sun, 21 Mar 2021 17:28:50 +0000 (17:28 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 21 Mar 2021 17:28:50 +0000 (17:28 +0000)
servers/slapd/overlays/autoca.c

index cb0227001e3abc4fcb4ca703b19aee9f9fc50260..eb9460d021afa7fed938bba5b64c15f95075442e 100644 (file)
@@ -973,7 +973,7 @@ autoca_db_open(
        OperationBuffer opbuf;
        Operation *op;
        void *thrctx;
-       Entry *e;
+       Entry *e = NULL;
        Attribute *a;
        int rc;