Commit 20d3ecae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move a misplaced assert.

Fixes	#1478
parent 39a3455f
......@@ -458,10 +458,10 @@ HSH_Lookup(struct req *req, struct objcore **ocp, struct objcore **bocp,
exp_oc->refcnt++;
if (!busy_found) {
AZ(req->hash_ignore_busy);
*bocp = hsh_insert_busyobj(wrk, oh);
retval = HSH_EXPBUSY;
} else {
AZ(req->hash_ignore_busy);
retval = HSH_EXP;
}
if (oh->hits < LONG_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