flexelint/polish 1df203a7

parent 1df203a7
......@@ -280,8 +280,11 @@ sml_iterator(struct worker *wrk, struct objcore *oc,
l = 0;
u = 0;
if (boc->len_so_far == 0)
func(priv, OBJ_ITER_FLUSH, NULL, 0);
if (boc->len_so_far == 0) {
ret = func(priv, OBJ_ITER_FLUSH, NULL, 0);
if (ret)
return (ret);
}
while (1) {
ol = len;
nl = ObjWaitExtend(wrk, oc, ol);
......
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