mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-24 06:22:44 +00:00
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.
This commit is contained in:
parent
8a09b663a8
commit
0a70688016
@ -1121,7 +1121,6 @@ void filter_accept_holes(const char *accept_field, const char *time_field, struc
|
||||
|
||||
t2 = insert_value(&timers[0], tptr, val);
|
||||
t2->count++;
|
||||
lines_out++;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user