]> git.ipfire.org Git - thirdparty/sarg.git/commit
Parse the time from a common access log
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 15 Apr 2011 11:01:46 +0000 (11:01 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 15 Apr 2011 11:01:46 +0000 (11:01 +0000)
commiteaa81082b313ea1de9070781989c5af97ed8ef5e
tree3001e80cfb6a2ff50d028cc1b1532b35d9bf12f0
parent15d3cb5c87454a3bce9cca6889aa5aa9690d9842
Parse the time from a common access log

The time was ignored when parsing a squid log file written with the common
logformat. The consequence was that all the accesses were reported as occuring
at 00:00.

This is a bug introduced in sarg 2.3.

Thanks to Richard P Scott for reporting this bug.
log.c