commit | b3168b34a9b8f1ba4a1e722a7613ee7fb850cf91 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun Jun 06 00:50:20 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 08 10:54:30 2021 +0200 |
tree | 4ea4ad93fe70a0c3c249cb654882426d16d45dbf | |
parent | 5c866200d4ec61e02676596d473a2af88916d45e [diff] |
CLEANUP: cfgparse: Remove duplication of `MAX_LINE_ARGS + 1` We can calculate the number of possible arguments based off the size of the `args` array. We should do so to prevent the two values from getting out of sync.