Bug 972100 - have _remoteSetup() use the existing info response when logging in. r=rnewman

This commit is contained in:
Mark Hammond 2014-03-04 15:16:06 +11:00
parent 93e753e6fb
commit 8425e489a6

View File

@ -707,7 +707,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;