rpc-server cleanups. add true wildmat control. break the Mac build a little harder.

This commit is contained in:
Charles Kerr
2008-09-25 18:48:09 +00:00
parent bd5a2ae6b8
commit 4c34b2bc89
9 changed files with 209 additions and 214 deletions

View File

@@ -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 ) )
{