reflect OBJ_ITER_FINAL -> OBJ_ITER_END rename

Ref varnish-cache ed13c9f24e60627b356d27f23f6548e4a44515df
parent 9ac1c97a
......@@ -173,7 +173,7 @@ tus_objiterator(struct worker *wrk, struct objcore *oc,
len = max_write;
p = (char *)fcore->ptr + off;
r = func(priv, OBJ_ITER_FINAL | OBJ_ITER_FLUSH, p, len);
r = func(priv, OBJ_ITER_END | OBJ_ITER_FLUSH, p, len);
if (r < 0)
return (r);
......
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