Commit c2550bd7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Mark all nonprobed backends healty



git-svn-id: http://www.varnish-cache.org/svn/trunk@3131 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d6e0148e
......@@ -417,6 +417,8 @@ VBP_Start(struct backend *b, struct vrt_backend_probe const *p)
AN(vt);
if (!memcmp(&vt->probe, p, sizeof *p)) {
FREE_OBJ(vt);
/* No probe defined for this backend, set it healthy */
b->healthy = 1;
return;
}
vt->backend = b;
......
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