summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
diff options
context:
space:
mode:
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