From ca63c1a6815698ee09c6da720d80c538e04e98eb Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 4 Oct 2007 04:47:02 +0200 Subject: [PATCH] Fixed one more bug in the request logger. --- daemon/reqstat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/reqstat.c b/daemon/reqstat.c index 9813000..2f51c6d 100644 --- a/daemon/reqstat.c +++ b/daemon/reqstat.c @@ -130,6 +130,7 @@ static int init(int hup) { if(!hup) { GCBREG(newtransfercb, reg, NULL); + chfile(confgetvar("reqstat", "file"), NULL); CBREG(confgetvar("reqstat", "file"), conf_update, chfile, NULL, NULL); } return(0); -- 2.11.0