Skip to content

Commit 75655c5

Browse files
committed
Copy host configuration to allow resetting credentials after transfer not interfering with browser.
1 parent c4900ec commit 75655c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/ch/cyberduck/core/transfer/Transfer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public Transfer(final Host host, final Path root, final Local folder, final Band
168168
* @param roots List of files to add to transfer
169169
*/
170170
public Transfer(final Host host, final List<TransferItem> roots, final BandwidthThrottle bandwidth) {
171-
this.host = host;
171+
this.host = new Host(host);
172172
this.roots.addAll(roots);
173173
this.bandwidth = bandwidth;
174174
}

0 commit comments

Comments
 (0)