]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: only adjust the backend's bind-process when already set
authorWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 11:54:22 +0000 (13:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 17:16:26 +0000 (19:16 +0200)
commit3507d5d09676239b68d3620441814fe8483bd265
tree912fac0a4a971ee0eae02d20c2b7cad7d142c4b0
parent93ee249fd189d36e10a862ff21091fee30535d4b
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.
src/cfgparse.c