commit | bf7a9597e2e27f999562043eca6b95763d166130 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Sun Dec 02 09:37:38 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 10:21:47 2018 +0100 |
tree | 8fdb9ca52f651bd53f043d82673cd3e543ac7b21 | |
parent | 61ea7dc005bc490ed3e5298ade3d932926fdb9f7 [diff] |
BUG/MINOR: cfgparse: Fix the call to post parser of the last sections parsed Wrong variable was used to know if we need to call the callback post_section_parser() or not. We must use 'cs' and not 'pcs'. This patch must be backported in 1.8 with the commit 7805e2b ("BUG/MINOR: cfgparse: Fix transition between 2 sections with the same name").