mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 972100 - avoid an info/collections call as sync starts. r=rnewman
This commit is contained in:
parent
85ba65471f
commit
0b36e5d6bc
@ -711,7 +711,7 @@ Sync11Service.prototype = {
|
||||
|
||||
// Go ahead and do remote setup, so that we can determine
|
||||
// conclusively that our passphrase is correct.
|
||||
if (this._remoteSetup()) {
|
||||
if (this._remoteSetup(test)) {
|
||||
// Username/password verified.
|
||||
this.status.login = LOGIN_SUCCEEDED;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user