oops, always disable tracker during sync

This commit is contained in:
Dan Mills 2008-12-05 00:58:25 -08:00
parent 0d6ea4b75d
commit dfc77578a0

View File

@ -390,9 +390,8 @@ SyncEngine.prototype = {
meta.generateIV();
yield meta.addUnwrappedKey(self.cb, pubkey, symkey);
yield meta.put(self.cb);
this._tracker.disable();
}
this._tracker.disable();
},
// Generate outgoing records