CLEANUP: state-file: make the path concatenation code a bit more consistent
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2018 17:26:12 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2018 17:26:12 +0000 (19:26 +0200)
commit5dfb6c4cc9468001938106f5eabbd57e138ecea8
tree5d9d27dd74b4e2e2fcf2a3b7e5efc837de7011f6
parent17f8b90736d811ac9a04af198a3aee34e9935cec
CLEANUP: state-file: make the path concatenation code a bit more consistent

There are as many ways to build the globalfilepathlen variable as branches
in the if/then/else, creating lots of confusion. Address the most obvious
parts, but some polishing definitely is still needed.
src/server.c