successfully updating the db shouldn't result in an error message
authorNils Larsch <nils@openssl.org>
Fri, 30 Sep 2005 16:47:38 +0000 (16:47 +0000)
committerNils Larsch <nils@openssl.org>
Fri, 30 Sep 2005 16:47:38 +0000 (16:47 +0000)
apps/ca.c

index 25717283b0e7ffb17d14e3564c237899a4cf1949..210b5e1ff47405e3f1141f4d443776264e5b7558 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -969,7 +969,6 @@ bad:
                        if (verbose) BIO_printf(bio_err,
                                "Done. %d entries marked as expired\n",i); 
                        }
-                       goto err;
                }
 
        /*****************************************************************/