Changeset 11459


Ignore:
Timestamp:
Dec 5, 2010, 6:21:37 PM (12 years ago)
Author:
charles
Message:

(2.0x-backport daemon) #3508: --download-dir does not work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0x/daemon/remote.c

    r10850 r11459  
    16911691            {
    16921692                case 'a': /* add torrent */
     1693                    if( sset != 0 ) status |= flush( host, port, &sset );
    16931694                    if( tadd != 0 ) status |= flush( host, port, &tadd );
    16941695                    if( tset != 0 ) { addIdArg( tr_bencDictFind( tset, ARGUMENTS ), id ); status |= flush( host, port, &tset ); }
Note: See TracChangeset for help on using the changeset viewer.