patchmldonkey, a multi-networks file-sharing client - Patches: patch #4641, Fix exception in load_web_infos

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4641: Fix exception in load_web_infos

Submitter:  spiralvoice <spiralvoice>
Submitted:  Mon 21 Nov 2005 12:07:45 AM UTC
   
 
Category:  Bug fixes Priority:  9 - Immediate
Status:  Done Assigned to:  None
Open/Closed:  Closed

Mon 21 Nov 2005 12:13:58 AM UTC, comment #1: 

Applied 2005/11/21

spiralvoice <spiralvoice>
Group administrator
Mon 21 Nov 2005 12:07:45 AM UTC, original submission:  

This patch also fixes the execution of hourly_timer, before
all code after load_web_infos was never executed:

  if !CommonWeb.hours mod !!compaction_delay = 0 then Gc.compact ();
  if !!backup_options_delay <> 0
     && !CommonWeb.hours mod !!backup_options_delay = 0 then
       CommonComplexOptions.backup_options ();
  DriverControlers.check_calendar ();
  CommonWeb.connect_redirector ();
  CommonFile.propose_filenames ()

spiralvoice <spiralvoice>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #5339:  fix_web_infos.patch added by spiralvoice (696B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-21 spiralvoice StatusNone Done
    Open/ClosedOpen Closed
2005-11-21 spiralvoice Attached File- Added fix_web_infos.patch, #5497

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code