Always write out missing lists.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 02:45:34 +0000 (02:45 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 02:45:34 +0000 (02:45 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@817 959494ce-11ee-0310-bf91-de5d638817bd

daemon/fnet-dc.c

index 0179223..0c9c550 100644 (file)
@@ -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)