Fix a missing initialization.

This commit is contained in:
Poul-Henning Kamp 2002-10-19 17:19:41 +00:00
parent 19b5c7bc4b
commit b6a185302e

View File

@ -138,6 +138,7 @@ g_bde_create(struct g_createargs *ga)
g_trace(G_T_TOPOLOGY, "g_bde_create(%d)", ga->flag);
g_topology_assert();
gp = NULL;
if (ga->flag == 1) {
/*
* Orderly dettachment.