Commit fdee70d7 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Remove duplicated line

parent 9d691639
......@@ -731,7 +731,6 @@ vbf_stp_error(struct worker *wrk, struct busyobj *bo)
bo->synth_body = NULL;
if (bo->retries++ < cache_param->max_retries)
return (F_STP_RETRY);
bo->synth_body = NULL;
return (F_STP_FAIL);
}
......
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