mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
remove reference to proxy password in prefs
This commit is contained in:
parent
c5c849060e
commit
e64c608f2d
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
TR_DEFAULT_PROXY_TYPE, /* reset in prefs */
|
||||
[fDefaults boolForKey: @"ProxyAuthorize"],
|
||||
[[fDefaults stringForKey: @"ProxyUsername"] UTF8String],
|
||||
[[fDefaults stringForKey: @"ProxyPassword"] UTF8String]);
|
||||
NULL); /* reset in prefs - from Keychain */
|
||||
|
||||
[NSApp setDelegate: self];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue