mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 618389: additional precision in key clearing. r=philiKON
This commit is contained in:
parent
d71ed80bcd
commit
6b42c03ded
@ -1938,7 +1938,6 @@ WeaveSvc.prototype = {
|
||||
this._catch(this._notify("wipe-remote", "", function() {
|
||||
// Make sure stuff gets uploaded
|
||||
this.resetClient(engines);
|
||||
CollectionKeys.clear();
|
||||
|
||||
// Clear out any server data
|
||||
this.wipeServer(engines);
|
||||
@ -1949,9 +1948,6 @@ WeaveSvc.prototype = {
|
||||
// Tell the remote machines to wipe themselves
|
||||
else
|
||||
this.prepCommand("wipeAll", []);
|
||||
|
||||
// Generate new keys.
|
||||
this.generateNewSymmetricKeys();
|
||||
|
||||
// Make sure the changed clients get updated
|
||||
Clients.sync();
|
||||
|
Loading…
Reference in New Issue
Block a user