summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-08-17 15:12:34 +0000
committerpjd <pjd@FreeBSD.org>2005-08-17 15:12:34 +0000
commit768e62bfca3ccff1f1d051fdf1299d5fd762dd35 (patch)
treee45f67fbc5c302e7a8ed0c9443d0c08e75827923 /sys/geom/eli/g_eli.c
parent1a7d21ba0c1724e113d2ec0ab81e9402b2c52a05 (diff)
downloadFreeBSD-src-768e62bfca3ccff1f1d051fdf1299d5fd762dd35.zip
FreeBSD-src-768e62bfca3ccff1f1d051fdf1299d5fd762dd35.tar.gz
We should now return 0.
Diffstat (limited to 'sys/geom/eli/g_eli.c')
-rw-r--r--sys/geom/eli/g_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index c5b7c06..0a0bef8 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -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
OpenPOWER on IntegriCloud