commit | 372ac5abff19e78cc4ec124d34554c32873488d7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 15:16:23 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 05 20:01:23 2018 +0200 |
tree | c50569685c5602eeb54daca8759cee03cb7f4e1a | |
parent | 56a91dddc62f790e3dd390fa90f22b0f53eaecd3 [diff] |
MINOR: log: don't unconditionally pick log info from s->logs We'll soon support s==NULL so let's use an intermediary variable for the logs structure. For now it only points to s->logs but will support a local variable as an alternative later.