mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
rpc-server cleanups. add true wildmat control. break the Mac build a little harder.
This commit is contained in:
@@ -1195,7 +1195,7 @@ prefschanged( TrCore * core UNUSED,
|
||||
else if( !strcmp( key, PREF_KEY_RPC_ACL ) )
|
||||
{
|
||||
const char * s = pref_string_get( key );
|
||||
tr_sessionSetRPCACL( tr, s, NULL );
|
||||
tr_sessionSetRPCACL( tr, s );
|
||||
}
|
||||
else if( !strcmp( key, PREF_KEY_RPC_USERNAME ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user