]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: flt_trace: Don't scrash the original offset during the random forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 11 Jun 2019 08:20:57 +0000 (10:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 11 Jun 2019 12:05:25 +0000 (14:05 +0200)
commit50fe9fba4bc622de338d464188b82d093e45eb4c
treec25471c252fdb82f7ea7c2eeff9780df5178e2a7
parent86bc8df95579c69c0468722ac8b15acd2cb596fd
MINOR: flt_trace: Don't scrash the original offset during the random forwarding

There is no bug here, but this patch improves the debug message reported during
the random forwarding. The original offset is kept untouched so its value may be
used to format the message. Before, 0 was always reported.
src/flt_trace.c