Opened 13 years ago

Closed 12 years ago

#7795 closed Patch (fixed)

wrong server save for files in queue.sqlite3

Reported by: Tommy Wu Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type:
Operating system version:

Description

In 3.5.1 (I don't test the old version).

step 1: launch filezilla, connect to server A, add file A1 to queue.
step 2: connect to server B, add file B1 to queue.
step 3: quit filezilla, use tool to view the data in queue.sqlite3, there's 2 records in servers table (A and B), but in the files table, both 2 records' server field is A (should be one for A and one for B)

Attachments (1)

filezilla_3.5.1_queue_save.patch (1.3 KB ) - added by Tommy Wu 13 years ago.
update the patch for folder item also

Download all attachments as: .zip

Change History (4)

comment:1 by Tommy Wu, 13 years ago

in SaveServer(), it assign serverId to insertFileQuery_, but insertFileQuery_ will be reset at SaveFile().
move this assignment after reset will solve this issue.

by Tommy Wu, 13 years ago

update the patch for folder item also

comment:2 by Alexander Schuch, 12 years ago

Type: Bug reportPatch

comment:3 by Tim Kosse, 12 years ago

Resolution: fixed
Status: newclosed

This had already been fixed in version 3.5.2

Note: See TracTickets for help on using tickets.