MINOR: proxy: also store the name for a defaults section
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 12:33:03 +0000 (13:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 15:23:46 +0000 (16:23 +0100)
commitc02ab031420f2d36bb2354eabdd701f1d9b3d3c5
tree1d12d3ff0688af40204c387e4899676296ded5a4
parentab3410c65d201638719324405c8ff9f50bd382c9
MINOR: proxy: also store the name for a defaults section

There's an optional name, but till now it was not even saved into the
structure, let's keep it.
src/cfgparse-listen.c
src/proxy.c