Fix issue #2108: Default system proxy not working with Account Wizard
authorMichael Schuster <michael@schuster.ms>
Thu, 18 Jun 2020 19:48:08 +0000 (21:48 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Mon, 22 Jun 2020 09:59:13 +0000 (11:59 +0200)
commit902963fa100e420232ac28dd1465e7b6eb0a144c
tree5033ee567cc4733f8cdd12f86490712d15e069e3
parentd5113b53427c9fbe417946f4b5d9aa526a7324c3
Fix issue #2108: Default system proxy not working with Account Wizard

Discovered on Windows in conjunction with PAC scripts:
- Already configured accounts worked
- Fresh client account setup did not work

Reason:
- Proxy was reset over and over again in Account::setCredentials

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/account.cpp