From 000ca725083965e0b0dcc8ef7485f46c6edf3cf4 Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 9 Jan 2007 02:45:34 +0000 Subject: [PATCH] Always write out missing lists. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@817 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/fnet-dc.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.11.0