]> git.ipfire.org Git - thirdparty/sarg.git/commit
Properly limit the redirector log to the date range covered by the access log
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 14 Jul 2015 18:25:59 +0000 (20:25 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 14 Jul 2015 18:25:59 +0000 (20:25 +0200)
commit2f2e57cc9c38fff4ce6e1a194c2c06a9e3dae6a9
tree8b70d9c56d6211b03996e4d1f540b472e293f9fb
parent8dced089e59c2f0cc729654e19a84d4547b24456
Properly limit the redirector log to the date range covered by the access log

If no date range are provided on the command line, the redirector log would
contain the whole content of the blocked log.

This patch limit the content of the redirector log to the date range found
in the access.log.
redirector.c