Commit 1b5a1f6d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use VBO_setstate() so waiters wake up.

parent 5ce4bdaa
......@@ -62,8 +62,8 @@ VFP_Error2(struct busyobj *bo, const char *error, const char *more)
VSLb(bo->vsl, SLT_FetchError, "%s", error);
else
VSLb(bo->vsl, SLT_FetchError, "%s: %s", error, more);
VBO_setstate(bo, BOS_FAILED);
}
bo->state = BOS_FAILED;
return (-1);
}
......
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