X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=daemon%2Freqstat.c;h=2f51c6d6de52e6efcf841f819ad29abc70515975;hp=9813000c4158a9a0fe6d484d3ab08252967f99be;hb=ca63c1a6815698ee09c6da720d80c538e04e98eb;hpb=ce93a8cb6e585300d4a73a86fb8b4666cdf82972 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);