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
3f05229f32
commit
15dd4b6c60
@ -711,7 +711,7 @@ Sync11Service.prototype = {
|
|||||||
|
|
||||||
// Go ahead and do remote setup, so that we can determine
|
// Go ahead and do remote setup, so that we can determine
|
||||||
// conclusively that our passphrase is correct.
|
// conclusively that our passphrase is correct.
|
||||||
if (this._remoteSetup()) {
|
if (this._remoteSetup(test)) {
|
||||||
// Username/password verified.
|
// Username/password verified.
|
||||||
this.status.login = LOGIN_SUCCEEDED;
|
this.status.login = LOGIN_SUCCEEDED;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user