Commit 59ae9c2e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove overambitious assert.

Fixes #1876
parent 9e25fff1
......@@ -250,9 +250,6 @@ sml_iterator(struct worker *wrk, struct objcore *oc,
boc = HSH_RefBoc(oc);
/* Attemt to catch if final was already used */
assert(boc != NULL || !VTAILQ_EMPTY(&obj->list));
if (boc == NULL && final) {
while (!VTAILQ_EMPTY(&obj->list)) {
st = VTAILQ_FIRST(&obj->list);
......
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