From: Nils Larsch Date: Fri, 30 Sep 2005 16:47:38 +0000 (+0000) Subject: successfully updating the db shouldn't result in an error message X-Git-Tag: OpenSSL_0_9_8k^2~1789 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cc29c1204ba08af88febdd675be4a118482d2611 successfully updating the db shouldn't result in an error message --- diff --git a/apps/ca.c b/apps/ca.c index 25717283b0..210b5e1ff4 100644 --- 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; } /*****************************************************************/