mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add a missing error case return.
Problem reported by: Flemming Jacobsen <fj@batmule.dk>
This commit is contained in:
parent
a4e8244762
commit
d091e630f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125590
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user