commit | 0367b4cf63b7a8a071507aa3abaaaa11a9769877 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 02 17:51:51 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 02 17:51:51 2022 +0200 |
tree | e3c182274e25e85e7321cd70b35d6338aed4e65e | |
parent | 030b3e6bcc94767a4060927726b1b3f1f121723b [diff] |
MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags That's similar to what was done for conn_streams and connections. The flags were only set exactly when the relevant pointers were allocated, so better test the pointer than the flag and stop setting the flag.