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

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