commit | 087b2d018ff436773b32afccfbbe565961b80f13 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 16 14:27:20 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:18:41 2021 +0200 |
tree | b9cdd23c18b7399151978d6505b838ec28327c06 | |
parent | ca56d3d28bbd69b1201eda51fcf724fd3a44f62a [diff] |
MINOR: cfgcond: make the conditional term parser automatically allocate nodes It's not convenient to let the caller be responsible for node allocation, better have the leaf function do that and implement the accompanying free call. Now only a pointer is needed instead of a struct, and the leaf function makes sure to leave the situation in a consistent way.