]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: move the common "bind" settings to listener.c
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 15:17:28 +0000 (17:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Sep 2012 15:17:28 +0000 (17:17 +0200)
commit3dcc341720a8f08caf7fbbdf7efd8fd0bbb0dc8e
treee8789862be1d0be95be566d92c66b68368f0a417
parentdda322dec0935e9e0d5570780208aad3211da3ff
MEDIUM: config: move the common "bind" settings to listener.c

These ones are better placed in listener.c than in cfgparse.c, by relying
on the bind keyword registration subsystem.
src/cfgparse.c
src/listener.c