]> git.ipfire.org Git - thirdparty/haproxy.git/commit
Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of ...
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:12:06 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:14:57 +0000 (18:14 +0200)
commitfe1b3b8777fe57c6e54773f00aa40b77c3b7b5d8
treed26895c09c1423bcc2c47a99ab35622bd4924f09
parent64651d176915a461a8ae13c40df334a451c7e36f
Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'"

This reverts commit aadcfc9ea6dce6ba800568067a45b879c8c5039e.

The parts affecting the DeviceAtlas addon were wrong actually, the
"now" variable was a local time_t in a file that's not compiled with
the haproxy binary (dadwsch). Only the fix to the calltrace is correct,
so better revert and fix the only one in a separate commit. No backport
is needed.
addons/deviceatlas/dadwsch.c
src/calltrace.c