Commit 58596b27 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Sigh, this one is the working part of the fix:

If people only specify Transient, run only on Transient.

Fixes	#1176
parent dc791307
......@@ -144,6 +144,8 @@ stv_pick_stevedore(struct vsl_log *vsl, const char **hint)
VSLb(vsl, SLT_Debug, "Storage hint not usable");
*hint = NULL;
}
if (stv_next == NULL)
return (stv_transient);
/* pick a stevedore and bump the head along */
stv = VTAILQ_NEXT(stv_next, list);
if (stv == NULL)
......
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