Commit ab412f27 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forgot (as usual) umem

parent cfb92230
......@@ -441,7 +441,7 @@ VRT_new_backend_clustered(VRT_CTX, struct vsm_cluster *vc,
int retval;
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
(void)vc;
(void)vc
CHECK_OBJ_NOTNULL(vrt, VRT_BACKEND_MAGIC);
assert(vrt->ipv4_suckaddr != NULL || vrt->ipv6_suckaddr != NULL);
......
......@@ -258,7 +258,7 @@ smu_open(struct stevedore *st)
lck_smu = Lck_CreateClass(NULL, "smu");
CAST_OBJ_NOTNULL(smu_sc, st->priv, SMU_SC_MAGIC);
Lck_New(&smu_sc->smu_mtx, lck_smu);
smu_sc->stats = VSC_smu_New(NULL, st->ident);
smu_sc->stats = VSC_smu_New(NULL, NULL, st->ident);
if (smu_sc->smu_max != SIZE_MAX)
smu_sc->stats->g_space = smu_sc->smu_max;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment