We should now return 0.

This commit is contained in:
pjd 2005-08-17 15:12:34 +00:00
parent 1a7d21ba0c
commit 768e62bfca

View File

@ -593,7 +593,7 @@ g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp)
}
if (bp->bio_error == 0)
bp->bio_error = error;
return (error);
return (0);
}
int