]> git.kaiwu.me - haproxy.git/commit
MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 15:40:35 +0000 (17:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 16:26:08 +0000 (18:26 +0200)
commitd0a895d25f4900ed574910b15e8899689e80bec0
tree31a8dc1ccf52d702bf4b245b84e520cfd7c601e7
parent3dcc341720a8f08caf7fbbdf7efd8fd0bbb0dc8e
MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c

The "mode", "uid", "gid", "user" and "group" bind options were moved to
proto_uxst as they are unix-specific.

Note that previous versions had a bug here, only the last listener was
updated with the specified settings. However, it almost never happens
that bind lines contain multiple UNIX socket paths so this is not that
much of a problem anyway.
src/cfgparse.c
src/proto_uxst.c