]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: appctx/cli: remove the "be" entry from the appctx union
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 17:01:15 +0000 (18:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 18:40:14 +0000 (19:40 +0100)
commit608ea5921abc82eabf6796b168b4b05baa948072
tree48c79e459f0d71dc358a3f8e03d7e0b88b4ddcf9
parentf6710f8811cb1dc17e1b94cdfb77150f3660c112
MINOR: appctx/cli: remove the "be" entry from the appctx union

This one now migrates to the general purpose cli.p0. The parsing
function was removed since it was only used to set the pointer to
NULL.
include/types/applet.h
src/proxy.c