mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
fix the cli build
This commit is contained in:
parent
b2e84b2a32
commit
f60a957a9e
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue