summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-09-30 16:47:15 +0000
committerNils Larsch <nils@openssl.org>2005-09-30 16:47:15 +0000
commitb0d90958fc13818ae3feb058b3320aaf678c0959 (patch)
treeef556f675fc6e96264cbc4a3df3487a6c77be56f /apps
parent049ced2c2ffdbd6f4517fbcb0ee41af4761432d9 (diff)
successfully updating the db shouldn't result in an error message
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c1
1 files changed, 0 insertions, 1 deletions
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;
}
/*****************************************************************/