mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
(trunk daemon) fix daemon connectivity error introduced in r7366
This commit is contained in:
parent
748a9f1c92
commit
ff1fddbadc
1 changed files with 4 additions and 3 deletions
|
@ -200,6 +200,7 @@ main( int argc,
|
|||
tr_bencInitDict( &settings, 0 );
|
||||
configDir = getConfigDir( argc, (const char**)argv );
|
||||
tr_sessionLoadSettings( &settings, configDir, MY_NAME );
|
||||
tr_bencDictAddInt( &settings, TR_PREFS_KEY_RPC_ENABLED, 1 );
|
||||
|
||||
/* overwrite settings from the comamndline */
|
||||
tr_optind = 1;
|
||||
|
|
Loading…
Reference in a new issue