fixes error with ipv6 loopback adress in apache log
Brought to you by:
cybert
mergelog fails on apache logs that contain an IPv6 loopback address:
abort due to a problem with /stats/weblogs/backup/ipv6.log.gz:
::1 - - [31/Mar/2008:05:46:33 -0700] "GET / HTTP/1.0" 200 4786 "-" "Apache/2.2.3 (Red Hat) (internal dummy connection)" "-"
the enclosed patch changes the scan offset from 9 characters to 8, which seems to fix things.
this patch is generated against the debian linux distribution of mergelog, which is slightly different than the sourceforge package and carries version: 4.5.1
http://packages.debian.org/source/mergelog
--sean
fixes error with ipv6 loopback adress in apache log