Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#3593 closed Bug (fixed)

rpc authentication setting broken in qt client

Reported by: Longinus00 Owned by: Longinus00
Priority: Low Milestone: 2.10
Component: Qt Client Version: 1.60
Severity: Minor Keywords: backport-2.0x
Cc:

Description

The wrong pref is being set when clicking the checkbutton.

Change History (5)

comment:1 Changed 12 years ago by Longinus00

--- qt/session.cc
+++ qt/session.cc
@@ -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 )

comment:2 Changed 12 years ago by livings124

  • Milestone changed from 2.11 to 2.10

comment:3 Changed 12 years ago by Longinus00

  • Resolution set to fixed
  • Status changed from new to closed

Fixed by r11289.

comment:4 Changed 12 years ago by charles

  • Summary changed from rpc authetication setting broken in qt client to rpc authentication setting broken in qt client

comment:5 Changed 12 years ago by charles

backported to 2.0x by r11478

Note: See TracTickets for help on using tickets.