Commit 9804794a authored by Nils Goroll's avatar Nils Goroll

side effect of staring at code not worth a ticket

parent caa7a4e0
......@@ -407,6 +407,8 @@ HSH_Lookup(struct req *req, struct objcore **ocp, struct objcore **bocp,
continue;
if (oc->boc != NULL && oc->boc->state < BOS_STREAM) {
// XXX does it make sense to have the CHECK_OBJ
// if we access boc->state before it?
CHECK_OBJ_ORNULL(oc->boc, BOC_MAGIC);
if (req->hash_ignore_busy)
......
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