Commit 52132483 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Assert

parent 7ee86fbb
......@@ -367,6 +367,7 @@ ObjBocDone(struct worker *wrk, struct objcore *oc, struct boc **boc)
const struct obj_methods *m;
CHECK_OBJ_NOTNULL(wrk, WORKER_MAGIC);
CHECK_OBJ_NOTNULL(oc, OBJCORE_MAGIC);
AN(boc);
CHECK_OBJ_NOTNULL(*boc, BOC_MAGIC);
if (oc->stobj->stevedore != NULL) {
......
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