1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

fix the cli build

This commit is contained in:
Charles Kerr 2008-03-30 02:29:02 +00:00
parent b2e84b2a32
commit f60a957a9e

View file

@ -151,7 +151,8 @@ main( int argc, char ** argv )
downloadLimit, /* download speed limit */
512, /* globalPeerLimit */
verboseLevel + 1, /* messageLevel */
0 ); /* is message queueing enabled? */
0, /* is message queueing enabled? */
0 ); /* use the blocklist? */
if( sourceFile && *sourceFile ) /* creating a torrent */
{