Changeset 12886


Ignore:
Timestamp:
Sep 16, 2011, 11:08:35 PM (12 years ago)
Author:
jordan
Message:

(trunk libT) add a magnet link check to deleteLocalData(). Thanks to plaes for reporting this issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r12701 r12886  
    27492749    const char * const top = tor->currentDir;
    27502750
     2751    /* if it's a magnet link, there's nothing to move... */
     2752    if( !tr_torrentHasMetadata( tor ) )
     2753        return;
     2754
    27512755    /***
    27522756    ****  Move the local data to a new tmpdir
Note: See TracChangeset for help on using the changeset viewer.