From: fredrik Date: Tue, 9 Jan 2007 02:45:34 +0000 (+0000) Subject: Always write out missing lists. X-Git-Tag: 0.3~110 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=000ca725083965e0b0dcc8ef7485f46c6edf3cf4 Always write out missing lists. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@817 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/fnet-dc.c b/daemon/fnet-dc.c index 0179223..0c9c550 100644 --- a/daemon/fnet-dc.c +++ b/daemon/fnet-dc.c @@ -3523,6 +3523,8 @@ static void listtimercb(int cancelled, void *uudata) static void updatelists(int now) { + if((hmlistname == NULL) || (xmllistname == NULL) || (xmlbz2listname == NULL)) + now = 1; if(!now) { if(listwritetimer == NULL)