Bug 972100 - avoid an info/collections call as sync starts. r=rnewman

This commit is contained in:
Mark Hammond 2014-04-30 17:42:51 +10:00
parent 3f05229f32
commit 15dd4b6c60

View File

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