Add a missing error case return.

Problem reported by:	Flemming Jacobsen <fj@batmule.dk>
This commit is contained in:
Poul-Henning Kamp 2004-02-08 09:39:02 +00:00
parent a4e8244762
commit d091e630f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125590

View file

@ -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;