commit | 38cd986c54975add4e14ef0f693dff494e36336d | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Mon Feb 08 23:53:29 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 10 16:25:42 2021 +0100 |
tree | d44624b2b89a51f4c3f890a1561a066f3a589352 | |
parent | 475fab397e4749d8c1ea352263bd6ebda3d03231 [diff] |
BUG/MINOR: server: re-align state file fields number Since commit 3169471964fdc49963e63f68c1fd88686821a0c4 ("MINOR: Add server port field to server state file.") max_fields was not increased on version number 1. So this patch aims to fix it. This should be backported as far as v1.8, but the numbering should be adpated depending on the version: simply increase the field by 1. Signed-off-by: William Dauchy <wdauchy@gmail.com>