successfully updating the db shouldn't result in an error message

This commit is contained in:
Nils Larsch
2005-09-30 16:47:15 +00:00
parent 049ced2c2f
commit b0d90958fc

View File

@@ -969,7 +969,6 @@ bad:
if (verbose) BIO_printf(bio_err, if (verbose) BIO_printf(bio_err,
"Done. %d entries marked as expired\n",i); "Done. %d entries marked as expired\n",i);
} }
goto err;
} }
/*****************************************************************/ /*****************************************************************/