commit | 3507d5d09676239b68d3620441814fe8483bd265 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 09 13:54:22 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 09 19:16:26 2014 +0200 |
tree | 912fac0a4a971ee0eae02d20c2b7cad7d142c4b0 | |
parent | 93ee249fd189d36e10a862ff21091fee30535d4b [diff] |
MEDIUM: proxy: only adjust the backend's bind-process when already set By default, a proxy's bind_proc is zero, meaning "bind to all processes". It's only when not zero that its process list is restricted. So we don't want the frontends to enforce the value on the backends when the backends are still set to zero.