Changeset 11262


Ignore:
Timestamp:
Sep 24, 2010, 2:23:58 PM (12 years ago)
Author:
charles
Message:

(trunk daemon) #3508 "transmission-remote --download-dir doesn't work properly" -- fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/remote.c

    r11245 r11262  
    18031803            {
    18041804                case 'a': /* add torrent */
     1805                    if( sset != 0 ) status |= flush( host, port, &sset );
    18051806                    if( tadd != 0 ) status |= flush( host, port, &tadd );
    18061807                    if( tset != 0 ) { addIdArg( tr_bencDictFind( tset, ARGUMENTS ), id ); status |= flush( host, port, &tset ); }
Note: See TracChangeset for help on using the changeset viewer.