1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 06:30:38 +00:00

this should've been in r7529

This commit is contained in:
Charles Kerr 2008-12-29 18:12:25 +00:00
parent 415f04059f
commit 9ea0489471

View file

@ -378,8 +378,6 @@ tr_sessionInit( const char * tag,
signal( SIGPIPE, SIG_IGN );
#endif
tr_msgInit( );
found = tr_bencDictFindInt( &settings, TR_PREFS_KEY_PEER_LIMIT_TORRENT, &i );
assert( found );
session->peerLimitPerTorrent = i;