Commit dc4662bc authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

v1l: Always initialize err

Should we give it an explicit ETIMEDOUT in the dripping write case?
parent a84b3c94
......@@ -205,6 +205,7 @@ V1L_Flush(const struct worker *wrk)
}
i = 0;
err = 0;
do {
if (VTIM_real() > v1l->deadline) {
VSLb(v1l->vsl, SLT_Debug,
......
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