(qt) #3593:rpc authetication setting broken in qt client

This commit is contained in:
Daniel Lee 2010-10-02 15:18:07 +00:00
parent 3983e94c45
commit 0b7d2b25a1
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ Session :: updatePref( int key )
case Prefs :: RPC_AUTH_REQUIRED:
if( mySession )
tr_sessionSetRPCEnabled( mySession, myPrefs.getBool(key) );
tr_sessionSetRPCPasswordEnabled( mySession, myPrefs.getBool(key) );
break;
case Prefs :: RPC_ENABLED:
if( mySession )