mirror of
https://github.com/transmission/transmission
synced 2025-02-04 05:22:40 +00:00
(trunk libT) #2450: --find should not delete original
This commit is contained in:
parent
b63a9fb17c
commit
b32e5cc25d
1 changed files with 2 additions and 1 deletions
|
@ -2379,6 +2379,7 @@ setLocation( void * vdata )
|
||||||
if( !err )
|
if( !err )
|
||||||
{
|
{
|
||||||
/* blow away the leftover subdirectories in the old location */
|
/* blow away the leftover subdirectories in the old location */
|
||||||
|
if( do_move )
|
||||||
tr_torrentDeleteLocalData( tor, remove );
|
tr_torrentDeleteLocalData( tor, remove );
|
||||||
|
|
||||||
/* set the new location and reverify */
|
/* set the new location and reverify */
|
||||||
|
|
Loading…
Reference in a new issue