mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonWeb.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonWeb.ml
Date: Sun, 20 Nov 2005 19:13:15 -0500

Index: mldonkey/src/daemon/common/commonWeb.ml
diff -u mldonkey/src/daemon/common/commonWeb.ml:1.21 
mldonkey/src/daemon/common/commonWeb.ml:1.22
--- mldonkey/src/daemon/common/commonWeb.ml:1.21        Tue Sep  6 11:24:59 2005
+++ mldonkey/src/daemon/common/commonWeb.ml     Mon Nov 21 00:13:15 2005
@@ -296,7 +296,7 @@
     load_url true "motd.conf" (Filename.concat !!network_update_url 
"motd.conf");
   end;
   List.iter (fun (kind, period, url) ->
-    if (core_start && period = 0) || !hours mod period = 0 then
+    if (core_start && period = 0) || (period <> 0 && !hours mod period = 0) 
then
       begin
         try
           load_url false kind url




reply via email to

[Prev in Thread] Current Thread [Next in Thread]