]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: halog: -ad/-ac report the correct number of output lines
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 11:41:52 +0000 (13:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Oct 2012 11:43:17 +0000 (13:43 +0200)
commit0a706880160167f872247723c6a041eb31a20c29
tree80b74fa0e9367487a6ef64ffc4417af42ef1fce9
parent8a09b663a829f7012c50743adaf3d29cc81700c5
BUG/MINOR: halog: -ad/-ac report the correct number of output lines

There was a lines_out++ left from earlier code, causing each input
line to be counted as an output line.

This fix also affects 1.4 and should be backported.
contrib/halog/halog.c