diff options
Diffstat (limited to 'sys/geom')
-rw-r--r-- | sys/geom/bde/g_bde.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 034aa1f..1e53875 100644 --- a/sys/geom/bde/g_bde.c +++ b/sys/geom/bde/g_bde.c @@ -142,6 +142,7 @@ g_bde_create_geom(struct gctl_req *req, struct g_class *mp, struct g_provider *p g_destroy_consumer(cp); g_destroy_geom(gp); gctl_error(req, "could not access consumer"); + return; } pass = NULL; key = NULL; |