1
0
Fork 0
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:
Mitchell Livingston 2008-06-12 15:32:13 +00:00
parent c5c849060e
commit e64c608f2d

View file

@ -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];