mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
get the cli buildling again.
This commit is contained in:
parent
2878d0d32e
commit
db7b56e9f9
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ main( int argc, char ** argv )
|
|||
peerSocketTOS,
|
||||
TR_DEFAULT_RPC_ENABLED,
|
||||
TR_DEFAULT_RPC_PORT,
|
||||
TR_DEFAULT_RPC_ACL );
|
||||
TR_DEFAULT_RPC_ACL,
|
||||
FALSE, "fnord", "potzrebie" );
|
||||
|
||||
if( sourceFile && *sourceFile ) /* creating a torrent */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue