commit | 50e77b2b8569a5a61a5dbeafc89bac7647f4bcdb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 31 08:55:54 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 31 08:55:54 2022 +0200 |
tree | 0e5973fd0858a9ddb1465d547b2b00cc8959e3cf | |
parent | fc5059958f4c6d711b872424f4b497c4c9413ef1 [diff] |
CLEANUP: peers/cli: make peers_dump_peer() take an appctx instead of an stconn By having the appctx in argument this function wouldn't have experienced the previous bug. Better do that now to avoid proliferation of awkward functions.