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 85ba65471f
commit 0b36e5d6bc

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;