(trunk, libT) #5069 'webseed magnet support is broken' reported & patch by cfpp2p

This commit is contained in:
Jordan Lee 2012-10-05 16:44:36 +00:00
parent cc51b1586c
commit 1aa4286fbc
1 changed files with 2 additions and 1 deletions

View File

@ -564,7 +564,8 @@ tr_metainfoParseImpl( const tr_session * session,
return str;
/* get the url-list */
geturllist( inf, meta );
if( !isMagnet )
geturllist( inf, meta );
/* filename of Transmission's copy */
tr_free( inf->torrent );