BUG/MINOR: activity: always initialize the profiling variable
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 06:55:47 +0000 (08:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 15:26:19 +0000 (17:26 +0200)
commitd636675137d7d7d81a7317dbd3a3bccacf367818
tree620d3daf856bc2efbc3e45d3243aa779fe309bda
parenta0abc8f2befdebb8ff4e971beb668a22f1c7873a
BUG/MINOR: activity: always initialize the profiling variable

It happens it was only set if present in the configuration. It's
harmless anyway but can still cause doubts when comparing logs and
configurations so better correctly initialize it.

This should be backported to 1.9.
src/activity.c